]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
README: improve troubleshooting tips for unlocked encrypted files
authorEric Biggers <ebiggers@google.com>
Thu, 10 Jun 2021 04:21:22 +0000 (21:21 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 14 Jun 2021 19:13:17 +0000 (12:13 -0700)
commit13a8aa8801a9f485867fde997c7a1542a284c1c1
treefb33df05d5c6c047bbd9c9be0abb2d923c073a19
parenta331242c9cf3908fd0c87536a4f13873ab984ecd
README: improve troubleshooting tips for unlocked encrypted files

Rename the troubleshooting section "Can't log in with ssh even when
user's encrypted home directory is unlocked" to the more general "Some
processes can't access unlocked encrypted files", and rewrite it to
provide clearer directions for how to fix the problem by upgrading
encrypted directories to policy version 2.

Also add a related section "Users can access other users' unlocked
encrypted files" which covers the reverse "issue", i.e. people expecting
some processes to *not* be able to access unlocked encrypted files.

Fixes https://github.com/google/fscrypt/issues/248
README.md