mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-13 21:41:23 +00:00
chore(scripts): small fixes to systemd units.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com> Co-authored-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
This commit is contained in:
committed by
poiana
parent
f96f2179ba
commit
7d355dd2d9
@@ -22,4 +22,7 @@ ProtectSystem=full
|
|||||||
ProtectKernelTunables=true
|
ProtectKernelTunables=true
|
||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
RestrictAddressFamilies=~AF_PACKET
|
RestrictAddressFamilies=~AF_PACKET
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@@ -24,4 +24,7 @@ ProtectKernelTunables=true
|
|||||||
ReadWritePaths=/sys/module/falco
|
ReadWritePaths=/sys/module/falco
|
||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
RestrictAddressFamilies=~AF_PACKET
|
RestrictAddressFamilies=~AF_PACKET
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@@ -21,4 +21,7 @@ ProtectSystem=full
|
|||||||
ProtectKernelTunables=true
|
ProtectKernelTunables=true
|
||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
RestrictAddressFamilies=~AF_PACKET
|
RestrictAddressFamilies=~AF_PACKET
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@@ -22,3 +22,6 @@ ProtectKernelTunables=true
|
|||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
RestrictAddressFamilies=~AF_PACKET
|
RestrictAddressFamilies=~AF_PACKET
|
||||||
StandardOutput=null
|
StandardOutput=null
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
@@ -3,6 +3,7 @@ Description=Falcoctl Artifact Follow: automatic artifacts update service
|
|||||||
Documentation=https://falco.org/docs/
|
Documentation=https://falco.org/docs/
|
||||||
After=falco.target
|
After=falco.target
|
||||||
BindsTo=falco.target
|
BindsTo=falco.target
|
||||||
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
Reference in New Issue
Block a user