This commit is contained in:
2024-12-07 22:46:35 +01:00
committed by h7x4
parent 850d0b0ec5
commit ebc5b269ef
10 changed files with 15 additions and 145 deletions

View File

@@ -31,7 +31,6 @@
ProtectSystem = "full";
RestrictNamespaces = true;
RestrictRealtime = true;
RestrictSUIDSGID = true; # disable for creating setgid directories
SocketBindDeny = [ "any" ];
SystemCallArchitectures = "native";
SystemCallFilter = [
@@ -39,4 +38,4 @@
];
};
};
}
}