add some more protections
This commit is contained in:
parent
26ffcd8ad6
commit
2e71d4315c
1 changed files with 10 additions and 0 deletions
|
|
@ -184,6 +184,16 @@ in
|
|||
User = "disqalculate";
|
||||
NoNewPrivileges = true;
|
||||
ProtectHome = true;
|
||||
ProtectProc = true;
|
||||
ProtectClock = true;
|
||||
ProtectKernelLogs = true;
|
||||
ProtectSystem = true;
|
||||
PrivateTmp = true;
|
||||
PrivateDevices = true;
|
||||
ProtectKernelTunables = true;
|
||||
CapabylityBoundingSet = true;
|
||||
RestrictNamspaces = "";
|
||||
CapabilityBoundingSet = "";
|
||||
EnvironmentFile = config.age.secrets."discord/disqalculate".path;
|
||||
BindReadOnlyPaths = [
|
||||
"/nix/store"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue