mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 12:24:37 -05:00
extend matterbridge service hardening
This commit is contained in:
parent
28c063bdc2
commit
5a4b71ed29
8
systemd/system/matterbridge.service.d/hardening.conf
Normal file
8
systemd/system/matterbridge.service.d/hardening.conf
Normal file
@ -0,0 +1,8 @@
|
||||
[Service]
|
||||
# use a persistent user so that nftables can use it for skuid rules
|
||||
DynamicUser=false
|
||||
|
||||
MemoryDenyWriteExecute=true
|
||||
RemoveIPC=true
|
||||
ProcSubset=pid
|
||||
ProtectProc=invisible
|
Loading…
Reference in New Issue
Block a user