mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-30 08:32:12 +00:00
fix(falco_service): falco service needs to write under /sys/module/falco
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
5f2bc6a2d3
commit
48ce85f4da
@ -17,6 +17,7 @@ NoNewPrivileges=yes
|
|||||||
ProtectHome=read-only
|
ProtectHome=read-only
|
||||||
ProtectSystem=full
|
ProtectSystem=full
|
||||||
ProtectKernelTunables=true
|
ProtectKernelTunables=true
|
||||||
|
ReadWritePaths=/sys/module
|
||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
RestrictAddressFamilies=~AF_PACKET
|
RestrictAddressFamilies=~AF_PACKET
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@ NoNewPrivileges=yes
|
|||||||
ProtectHome=read-only
|
ProtectHome=read-only
|
||||||
ProtectSystem=full
|
ProtectSystem=full
|
||||||
ProtectKernelTunables=true
|
ProtectKernelTunables=true
|
||||||
|
ReadWritePaths=/sys/module
|
||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
RestrictAddressFamilies=~AF_PACKET
|
RestrictAddressFamilies=~AF_PACKET
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
|
Loading…
Reference in New Issue
Block a user