diff options
-rw-r--r-- | dyndhcpd@.service | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dyndhcpd@.service b/dyndhcpd@.service index 42550f1..ce49fd8 100644 --- a/dyndhcpd@.service +++ b/dyndhcpd@.service @@ -4,6 +4,10 @@ After=network.target [Service] ExecStart=/usr/bin/dyndhcpd -i%i +ProtectSystem=full +ProtectHome=on +PrivateDevices=on +NoNewPrivileges=on [Install] WantedBy=multi-user.target |