Qubes-VM-hardening/lib/systemd/system/vm-sudo-protect.service
tasket 8dfdc2150e Update vm-sudo-protect.service
Should allow service to run without interference.

Now supported as Qubes service `vm-sudo-protect`.
2017-04-20 19:20:25 -04:00

13 lines
272 B
Desktop File

[Unit]
Description=Script protections to enhance vm-sudo
After=qubes-sysinit.service
ConditionPathExists=/var/run/qubes-service/vm-sudo-protect
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/usr/lib/qubes/init/vm-sudo-protect.sh
[Install]
WantedBy=sysinit.target