Set /run/keys ownership based on numerical ids

See comments on 4ab5646417
This commit is contained in:
Shea Levy 2014-03-19 05:18:24 -04:00
parent e0b8a00607
commit 77181be713

View File

@ -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