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
52536b2675
commit
19d0db3a00
@ -40,6 +40,8 @@ UMask=0027
|
|||||||
ProtectProc=noaccess
|
ProtectProc=noaccess
|
||||||
ProcSubset=pid
|
ProcSubset=pid
|
||||||
SystemCallFilter=~@clock @swap @reboot @raw-io @privileged @obsolete @mount @module @debug @cpu-emulation
|
SystemCallFilter=~@clock @swap @reboot @raw-io @privileged @obsolete @mount @module @debug @cpu-emulation
|
||||||
|
RestrictAddressFamilies=~AF_UNIX AF_PACKET AF_NETLINK
|
||||||
|
UMask=0066
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user