mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-25 17:46:14 +01:00
165ddba248
Signed-off-by: Magic_RB <magic_rb@redalder.org>
14 lines
527 B
Diff
14 lines
527 B
Diff
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
|
|
index 2f9e8c6e8..433deaf0f 100644
|
|
--- a/src/libstore/globals.hh
|
|
+++ b/src/libstore/globals.hh
|
|
@@ -799,7 +799,7 @@ public:
|
|
)"};
|
|
|
|
Setting<StringSet> ignoredAcls{
|
|
- this, {"security.selinux"}, "ignored-acls",
|
|
+ this, {"security.selinux", "system.nfs4_acl"}, "ignored-acls",
|
|
R"(
|
|
A list of ACLs that should be ignored, normally Nix attempts to
|
|
remove all ACLs from files and directories in the Nix store, but
|