forked from pool/velociraptor
Antonio Teixeira
8ffa39547e
* Fixes CVE-2024-39338 (bsc#1229424) * Remove CVE-2024-28849-follow-redirects-drop-proxy-authorization.patch as the update is included. OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=82
25 lines
583 B
Desktop File
25 lines
583 B
Desktop File
[Unit]
|
|
Description=Velociraptor Server Service
|
|
|
|
[Service]
|
|
Type=simple
|
|
UMask=0027
|
|
User=velociraptor
|
|
Group=velociraptor
|
|
EnvironmentFile=-/etc/sysconfig/velociraptor
|
|
EnvironmentFile=-/etc/default/velociraptor
|
|
Environment=TMPDIR=/var/lib/velociraptor/tmp
|
|
ExecStart=/usr/bin/velociraptor frontend --verbose --config /etc/velociraptor/server.config $VELOCIRAPTOR_OPTS
|
|
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelTunables=true
|
|
ProtectKernelModules=true
|
|
ProtectControlGroups=true
|
|
MemoryDenyWriteExecute=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|