mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-01-12 16:09:51 -05:00
Update vm-sudo-protect.service
Should allow service to run without interference. Now supported as Qubes service `vm-sudo-protect`.
This commit is contained in:
parent
8cb3f24acb
commit
8dfdc2150e
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Script protections to enhance vm-sudo
|
||||
After=qubes-db.service
|
||||
Before=qubes-mount-dirs.service
|
||||
After=qubes-sysinit.service
|
||||
ConditionPathExists=/var/run/qubes-service/vm-sudo-protect
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
@ -9,4 +9,4 @@ RemainAfterExit=no
|
||||
ExecStart=/usr/lib/qubes/init/vm-sudo-protect.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=sysinit.target
|
||||
|
Loading…
Reference in New Issue
Block a user