2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +00:00

Relax systemd device policy to allow /dev/fuse access

This commit is contained in:
Jarrod Johnson 2024-01-26 09:24:41 -05:00
parent 41675e528f
commit fa3e1202c4

View File

@ -16,7 +16,7 @@ Restart=on-failure
AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_SETUID CAP_SETGID CAP_CHOWN CAP_NET_RAW
User=confluent
Group=confluent
DevicePolicy=closed
#DevicePolicy=closed # fuse filesystem requires us to interact with /dev/fuse
ProtectControlGroups=true
ProtectSystem=true