mirror of
https://github.com/falcosecurity/falco.git
synced 2025-05-16 03:40:09 +00:00
31 lines
697 B
Desktop File
31 lines
697 B
Desktop File
[Unit]
|
|
Description=Falco: Container Native Runtime Security with kmod
|
|
Documentation=https://falco.org/docs/
|
|
After=falco-kmod-inject.service
|
|
Requires=falco-kmod-inject.service
|
|
Before=falcoctl-artifact-follow.service
|
|
Wants=falcoctl-artifact-follow.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
ExecStart=/usr/bin/falco -o engine.kind=kmod
|
|
ExecReload=kill -1 $MAINPID
|
|
UMask=0077
|
|
TimeoutSec=30
|
|
RestartSec=15s
|
|
Restart=on-failure
|
|
PrivateTmp=true
|
|
NoNewPrivileges=yes
|
|
ProtectHome=read-only
|
|
ProtectSystem=full
|
|
ProtectKernelTunables=true
|
|
ReadWriteDirectories=/sys/module/falco
|
|
RestrictRealtime=true
|
|
RestrictAddressFamilies=~AF_PACKET
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=falco.service
|