mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2024-10-01 06:35:42 -04:00
13 lines
243 B
SYSTEMD
13 lines
243 B
SYSTEMD
|
[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
|