mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-06-25 14:30:29 -04:00
Create vm-sudo-protect.service
This commit is contained in:
parent
aff10f8e48
commit
c9f2f70964
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue