mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Prevent non-root from creating new profiles
This commit is contained in:
parent
5439286f0d
commit
8bd2e5942e
|
@ -25,6 +25,7 @@ chown -R 0:0 system;
|
||||||
chown -R 0:0 patches;
|
chown -R 0:0 patches;
|
||||||
chown 0:0 flake.lock;
|
chown 0:0 flake.lock;
|
||||||
chown 0:0 flake.nix
|
chown 0:0 flake.nix
|
||||||
|
chown 0:0 profiles
|
||||||
chown 0:0 profiles/*/configuration.nix;
|
chown 0:0 profiles/*/configuration.nix;
|
||||||
chown 0:0 harden.sh;
|
chown 0:0 harden.sh;
|
||||||
chown 0:0 soften.sh;
|
chown 0:0 soften.sh;
|
||||||
|
|
Loading…
Reference in a new issue