fscrypt
fscrypt copied to clipboard
Go tool for managing Linux filesystem encryption
If no key is linked to the keyring some tests fail. After running `keyctl link @u @s` the tests all succeed. Perhaps the test suite should add (and then remove)...
With #54, the directory `/dev/disk/by-uuid` and its contents are now necessary to establish cross filesystem links. This means use of these links now depends on a specific _default_ udev rule,...
As pointed out in #363, we are not currently handling cases with 256 or more CPUs correctly. Our current behavior: - Casts `costs.parallelism` to a `uint8` - Panics if `NumCPU`...
I'm using arch linux & followed the wiki to setup fcrypt. It's great. Now, additionally I've configured a systemd hook to lock my home directory on a sleep call. It...
I have multiple folders encrypted with fscrypt in various directories. They have various files in them (images, videos, text). I open a file and close it with Ctrl+Q. Then I...
This issue is present in Ubuntu 23.10 with Kernel 6.6.7 from mainline. (6.6+ is required for fscrypt support on CephFS). fscrypt is installed via apt. What I am doing: -...
If I'm in an HPC environment with multiple login nodes, such as login1, login2..., login3..., HPC generally uses LDAP to manage account login information for these nodes. On login1, I...
I was reading [this Reddit post](https://www.reddit.com/r/archlinux/comments/16y0w8e/i_accidentally_deleted_the_fscrypt_protector_on/) about how someone accidentally deleted files in their `/.fscrypt/` directory, and I was wondering if we could make this harder to do. One method...
While packaging fscrypt for Fedora Linux, I encountered that the tests fail on non-x86_64 arches. On those architectures, I get a variation of this error: ``` Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.WrCoy3...
I'm scripting the creation of some encrypted ext4 folders by calling the `fscrypt` CLI. While most of the CLI seems designed for scriptability (prompts can be overridden by passing the...