fix typos
This commit is contained in:
parent
6540e114a5
commit
aa4af0bb2a
1 changed files with 3 additions and 3 deletions
|
|
@ -185,15 +185,15 @@ in
|
||||||
User = "disqalculate";
|
User = "disqalculate";
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
ProtectHome = true;
|
ProtectHome = true;
|
||||||
ProtectProc = true;
|
ProtectProc = "noaccess";
|
||||||
|
ProcSubset = "pid";
|
||||||
ProtectClock = true;
|
ProtectClock = true;
|
||||||
ProtectKernelLogs = true;
|
ProtectKernelLogs = true;
|
||||||
ProtectSystem = true;
|
ProtectSystem = true;
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
ProtectKernelTunables = true;
|
ProtectKernelTunables = true;
|
||||||
CapabylityBoundingSet = true;
|
RestrictNamespaces = "";
|
||||||
RestrictNamspaces = "";
|
|
||||||
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