restict namespaces and system
This commit is contained in:
parent
aa4af0bb2a
commit
69b61ba854
1 changed files with 3 additions and 2 deletions
|
|
@ -189,11 +189,12 @@ in
|
|||
ProcSubset = "pid";
|
||||
ProtectClock = true;
|
||||
ProtectKernelLogs = true;
|
||||
ProtectSystem = true;
|
||||
ProtectSystem = "strict";
|
||||
ProtectHostname = true;
|
||||
PrivateTmp = true;
|
||||
PrivateDevices = true;
|
||||
ProtectKernelTunables = true;
|
||||
RestrictNamespaces = "";
|
||||
RestrictNamespaces = true;
|
||||
CapabilityBoundingSet = "";
|
||||
EnvironmentFile = config.age.secrets."discord/disqalculate".path;
|
||||
BindReadOnlyPaths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue