Ignore system.nfs4_acl

Closes #1584.
This commit is contained in:
Eelco Dolstra 2021-12-10 15:12:55 +01:00
parent f9437b4f18
commit 20b1290103

View file

@ -799,7 +799,7 @@ public:
)"}; )"};
Setting<StringSet> ignoredAcls{ Setting<StringSet> ignoredAcls{
this, {"security.selinux"}, "ignored-acls", this, {"security.selinux", "system.nfs4_acl"}, "ignored-acls",
R"( R"(
A list of ACLs that should be ignored, normally Nix attempts to A list of ACLs that should be ignored, normally Nix attempts to
remove all ACLs from files and directories in the Nix store, but remove all ACLs from files and directories in the Nix store, but