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";
|
ProcSubset = "pid";
|
||||||
ProtectClock = true;
|
ProtectClock = true;
|
||||||
ProtectKernelLogs = true;
|
ProtectKernelLogs = true;
|
||||||
ProtectSystem = true;
|
ProtectSystem = "strict";
|
||||||
|
ProtectHostname = true;
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
ProtectKernelTunables = true;
|
ProtectKernelTunables = true;
|
||||||
RestrictNamespaces = "";
|
RestrictNamespaces = true;
|
||||||
CapabilityBoundingSet = "";
|
CapabilityBoundingSet = "";
|
||||||
EnvironmentFile = config.age.secrets."discord/disqalculate".path;
|
EnvironmentFile = config.age.secrets."discord/disqalculate".path;
|
||||||
BindReadOnlyPaths = [
|
BindReadOnlyPaths = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue