mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-05-17 05:12:19 -04: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 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue