Qubes-VM-hardening/lib/systemd/system/vm-sudo-protect.service

14 lines
338 B
SYSTEMD
Raw Normal View History

2017-04-17 14:21:07 -04:00
[Unit]
Description=Script protections to enhance vm-sudo
After=qubes-sysinit.service
2017-04-20 19:35:53 -04:00
ConditionPathExists=|/var/run/qubes-service/vm-sudo-protect
ConditionPathExists=|/var/run/qubes-service/vm-sudo-protect-root
2017-04-17 14:21:07 -04:00
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/usr/lib/qubes/init/vm-sudo-protect.sh
[Install]
WantedBy=sysinit.target