Skip to content

Commit

Permalink
Merge pull request #6619 from Jonpez2/patch-1
Browse files Browse the repository at this point in the history
Add security.csm to ignored-acls
  • Loading branch information
edolstra authored Jun 13, 2022
2 parents 798efdf + 3f5f842 commit 9f58df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstore/globals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ public:
)"};

Setting<StringSet> ignoredAcls{
this, {"security.selinux", "system.nfs4_acl"}, "ignored-acls",
this, {"security.selinux", "system.nfs4_acl", "security.csm"}, "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
Expand Down

0 comments on commit 9f58df4

Please sign in to comment.