fscrypt
fscrypt copied to clipboard
Go tool for managing Linux filesystem encryption
It would be helpful for scripts, if `fscrypt` would return an exit code other than 1 if the user triggers an `ErrDirAlreadyLocked` condition. Use case is for scripting actions. Can...
I'm trying to setup two protectors against a single policy with key files, but it seems it doesn't work. Preparations root@client:~# dd if=/dev/zero of=/tmp/file bs=1M count=100 root@client:~# mkfs.ext4 -O encrypt...
This has to be since the mounts are reloaded each time a mount is added. In case of two mounts mounting at the same time there will be a race...
In the filesystem/mountpoint.go file the mountsByDevice map is recreated on each call of update UpdateMountInfo. This causes problem, if these steps occurs! 1. Mount is assigned to policy.context 2. UpdateMountInfo...
We are looking to automate all use cases of fscrypt for our customer. One of the scenarios we need to account for is key rotation of the protector key. The...
On my tablet which runs [mobian](https://mobian-project.org/) (so basically debian) I have some folders I want to unlock at login. Therefore I use `pam_fscrypt`. For a long time this did not...
This fixes the bug in two places: 1. Don't retry passwords if stdin isn't a tty. 2. Notice and error out when no input is available when reading a passphrase....
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.31.0 to 0.35.0 Commits 7292932 ssh: limit the size of the internal packet queue while...
Steps to reproduce: 1. Create a directory managed by fscrypt 2. Run `fscrypt unlock DIR
I keep getting this error when trying to encrypt a directory: ``` "fscrypt encrypt /var/opencloud/test_fscrypt/ [ERROR] fscrypt encrypt: encryption not enabled on filesystem /var/opencloud (/dev/sdc1). To enable encryption support on...