mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-04-25 01:19:12 -04:00

Should allow service to run without interference. Now supported as Qubes service `vm-sudo-protect`.
13 lines
272 B
Desktop File
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
|