fscrypt: add page (#6694)

beep
ezr 2021-10-05 14:20:04 -05:00 committed by GitHub
parent 542eb50065
commit 247481bf72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/linux/fscrypt.md Normal file
View File

@ -0,0 +1,20 @@
# fscrypt
> Go tool for managing Linux filesystem encryption.
> More information: <https://github.com/google/fscrypt>.
- Prepare the root filesystem for use with fscrypt:
`fscrypt setup`
- Enable filesystem encryption for a directory:
`fscrypt encrypt {{path/to/directory}}`
- Unlock an encrypted directory:
`fscrypt unlock {{path/to/encrypted_directory}}`
- Lock an encrypted directory:
`fscrypt lock {{path/to/encrypted_directory}}`