diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-07-04 22:26:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-07-04 22:58:01 +0200 |
commit | f76ce81b91db1dac0d0a012e1cc903639002dd0a (patch) | |
tree | ba22fb0082a4d59fb90074a3475c1a949153e85c /man/systemd.exec.xml | |
parent | man: make sure credentials properly show up in directives index (diff) | |
download | systemd-f76ce81b91db1dac0d0a012e1cc903639002dd0a.tar.xz systemd-f76ce81b91db1dac0d0a012e1cc903639002dd0a.zip |
execute: fix credential dir handling for fs which support ACLs
When the credential dir is backed by an fs that supports ACLs we must be
more careful with adjusting the 'x' bit of the directory, as any chmod()
call on the dir will reset the mask entry of the ACL entirely which we
don't want. Hence, do a manual set of ACL changes, that only add/drop
the 'x' bit but otherwise leave the ACL as it is.
This matters if we use tmpfs rather than ramfs to store credentials.
Diffstat (limited to 'man/systemd.exec.xml')
0 files changed, 0 insertions, 0 deletions