SHA256
1
0
forked from pool/velociraptor
velociraptor/velociraptor.service
Antonio Teixeira 8ffa39547e - Update node modules with security fixes.
* 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
2024-08-19 21:02:37 +00:00

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