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
|
if ! mountpoint -q /run/keys; then
|
||||||
rm -rf /run/keys
|
rm -rf /run/keys
|
||||||
mkdir -m 0750 /run/keys
|
mkdir -m 0750 /run/keys
|
||||||
chown root:keys /run/keys
|
chown 0:96 /run/keys
|
||||||
mount -t ramfs none /run/keys
|
mount -t ramfs none /run/keys
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user