nixos/archisteamfarm: add mincore to SystemCallFilter
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
@@ -221,7 +221,7 @@ in
|
||||
RestrictSUIDSGID = true;
|
||||
SecureBits = "noroot-locked";
|
||||
SystemCallArchitectures = "native";
|
||||
SystemCallFilter = [ "@system-service" "~@privileged" ];
|
||||
SystemCallFilter = [ "@system-service" "~@privileged" "mincore" ];
|
||||
UMask = "0077";
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user