This commit is contained in:
Daniel Olsen
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

@@ -83,7 +83,6 @@ in {
ProtectKernelLogs = true;
ProtectKernelModules = true;
ProtectKernelTunables = true;
ProtectProc = "invisible";
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
@@ -98,7 +97,6 @@ in {
"@system-service"
"~@privileged"
];
UMask = "0007";
};
};
}