1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 12:10:59 +01:00

Make /etc writability conditional on uid-range feature

(cherry picked from commit 49fd72a903)
This commit is contained in:
Yorick van Pelt 2023-02-14 13:29:30 +01:00 committed by github-actions[bot]
parent 459832e5c2
commit bca7075edc
2 changed files with 4 additions and 2 deletions

View file

@ -56,7 +56,6 @@ runCommand "test"
# Make /run a tmpfs to shut up a systemd warning.
mkdir /run
mount -t tmpfs none /run
chmod 0700 /run
mount -t cgroup2 none /sys/fs/cgroup