mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-01-27 08:17:10 -05:00
Create vm-sudo-protect.service
This commit is contained in:
parent
aff10f8e48
commit
c9f2f70964
12
lib/systemd/system/vm-sudo-protect.service
Normal file
12
lib/systemd/system/vm-sudo-protect.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Script protections to enhance vm-sudo
|
||||
After=qubes-db.service
|
||||
Before=qubes-mount-dirs.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=no
|
||||
ExecStart=/usr/lib/qubes/init/vm-sudo-protect.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
x
Reference in New Issue
Block a user