mirror of
https://github.com/nxshock/gonx.git
synced 2024-11-27 17:11:01 +05:00
More systemd hardening
This commit is contained in:
parent
9b394d902b
commit
52536b2675
@ -37,6 +37,9 @@ RestrictRealtime=true
|
||||
RestrictSUIDSGID=true
|
||||
SystemCallArchitectures=native
|
||||
UMask=0027
|
||||
ProtectProc=noaccess
|
||||
ProcSubset=pid
|
||||
SystemCallFilter=~@clock @swap @reboot @raw-io @privileged @obsolete @mount @module @debug @cpu-emulation
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user