Compare commits
2 commits
cff5e74e23
...
af76e7fe52
Author | SHA1 | Date | |
---|---|---|---|
af76e7fe52 | |||
fd9938af04 |
1 changed files with 30 additions and 0 deletions
|
@ -335,6 +335,36 @@ in
|
|||
SupplementaryGroups = [ "systemd-journal" ];
|
||||
|
||||
StateDirectory = "crowdsec";
|
||||
|
||||
# PrivateTmp = true;
|
||||
# PrivateUsers = true;
|
||||
# ProtectHome = true;
|
||||
# CapabilityBoundingSet = [ ];
|
||||
# LockPersonality = true;
|
||||
# PrivateDevices = true;
|
||||
# ProtectHostname = true;
|
||||
# ProtectKernelTunables = true;
|
||||
# ProtectKernelModules = true;
|
||||
# ProtectControlGroups = true;
|
||||
|
||||
# NoNewPrivileges = true;
|
||||
# RestrictSUIDSGID = true;
|
||||
|
||||
# ProtectProc = "invisible";
|
||||
# ProcSubset = "pid"; # Needed for journal access
|
||||
|
||||
# RestrictNamespaces = true;
|
||||
# RestrictRealtime = true;
|
||||
|
||||
# SystemCallFilter = [
|
||||
# "@system-service"
|
||||
# "@network-io"
|
||||
# ];
|
||||
# SystemCallArchitectures = [ "native" ];
|
||||
# SystemCallErrorNumber = "EPERM";
|
||||
|
||||
# ExecPaths = [ "/nix/store" ];
|
||||
# NoExecPaths = [ "/" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue