]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
pam_fscrypt: ignore system users
authorEric Biggers <ebiggers@google.com>
Wed, 23 Feb 2022 20:35:04 +0000 (12:35 -0800)
committerEric Biggers <ebiggers@google.com>
Wed, 23 Feb 2022 20:35:04 +0000 (12:35 -0800)
commit97700817e737eabf45033cdb4a42fa5c6e74f877
tree9b4ccbb0ab0a8742e1def7a02dbe076990cdb237
parent9871a39409222a80b4c4c22cbaab17bae84f1712
pam_fscrypt: ignore system users

pam_fscrypt should never need to do anything for system users, so detect
them early so that we can avoid wasting any resources looking for their
login protector.
pam_fscrypt/run_fscrypt.go