Set /run/keys ownership based on numerical ids
See comments on 4ab5646417
This commit is contained in:
parent
e0b8a00607
commit
77181be713
@ -136,7 +136,7 @@ fi
|
||||
if ! mountpoint -q /run/keys; then
|
||||
rm -rf /run/keys
|
||||
mkdir -m 0750 /run/keys
|
||||
chown root:keys /run/keys
|
||||
chown 0:96 /run/keys
|
||||
mount -t ramfs none /run/keys
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user