mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
data: Fix udev event delivery for systemd service
PrivateNetwork=true is a bad idea, as it means that udev events cannot be delivered. Remove it, we already restrict the address families sufficiently anyway. Closes: #119
This commit is contained in:
committed by
Benjamin Berg
parent
38c21e3952
commit
0595f416f9
@ -21,7 +21,6 @@ PrivateTmp=true
|
|||||||
SystemCallFilter=@system-service
|
SystemCallFilter=@system-service
|
||||||
|
|
||||||
# Network
|
# Network
|
||||||
PrivateNetwork=true
|
|
||||||
RestrictAddressFamilies=AF_UNIX AF_LOCAL AF_NETLINK
|
RestrictAddressFamilies=AF_UNIX AF_LOCAL AF_NETLINK
|
||||||
|
|
||||||
# Execute Mappings
|
# Execute Mappings
|
||||||
|
|||||||
Reference in New Issue
Block a user