mirror of
https://salsa.debian.org/debian/knockd
synced 2025-12-23 04:55:14 +00:00
systemd: downgrade ProtectSystem to "true" from "full"
this should enable interacting with tools such as ufw Closes: #927883
This commit is contained in:
2
debian/knockd.service
vendored
2
debian/knockd.service
vendored
@@ -10,7 +10,7 @@ ExecStart=/usr/sbin/knockd $KNOCKD_OPTS
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=mixed
|
||||
SuccessExitStatus=0 2 15
|
||||
ProtectSystem=full
|
||||
ProtectSystem=true
|
||||
CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN CAP_SYS_MODULE
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user