Merge pull request #149587 from davidkna/patch-1

nixos/snapraid: fix evaluation
This commit is contained in:
Jörg Thalheim
2021-12-08 14:58:53 +00:00
committed by GitHub
+1 -1
View File
@@ -207,7 +207,7 @@ in
SystemCallArchitectures = "native";
SystemCallFilter = "@system-service";
SystemCallErrorNumber = "EPERM";
CapabilityBoundingSet = "CAP_DAC_OVERRIDE" ++
CapabilityBoundingSet = "CAP_DAC_OVERRIDE" +
lib.optionalString cfg.touchBeforeSync " CAP_FOWNER";
ProtectSystem = "strict";