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:
Federico Di Pierro
2023-01-23 10:41:42 +01:00
committed by poiana
parent f96f2179ba
commit 7d355dd2d9
5 changed files with 16 additions and 3 deletions

View File

@@ -22,4 +22,7 @@ ProtectSystem=full
ProtectKernelTunables=true
RestrictRealtime=true
RestrictAddressFamilies=~AF_PACKET
StandardOutput=null
StandardOutput=null
[Install]
WantedBy=multi-user.target

View File

@@ -24,4 +24,7 @@ ProtectKernelTunables=true
ReadWritePaths=/sys/module/falco
RestrictRealtime=true
RestrictAddressFamilies=~AF_PACKET
StandardOutput=null
StandardOutput=null
[Install]
WantedBy=multi-user.target

View File

@@ -21,4 +21,7 @@ ProtectSystem=full
ProtectKernelTunables=true
RestrictRealtime=true
RestrictAddressFamilies=~AF_PACKET
StandardOutput=null
StandardOutput=null
[Install]
WantedBy=multi-user.target

View File

@@ -22,3 +22,6 @@ ProtectKernelTunables=true
RestrictRealtime=true
RestrictAddressFamilies=~AF_PACKET
StandardOutput=null
[Install]
WantedBy=multi-user.target

View File

@@ -3,6 +3,7 @@ Description=Falcoctl Artifact Follow: automatic artifacts update service
Documentation=https://falco.org/docs/
After=falco.target
BindsTo=falco.target
DefaultDependencies=no
[Service]
Type=simple