Create vm-sudo-protect.service

This commit is contained in:
tasket 2017-04-17 14:21:07 -04:00 committed by GitHub
parent aff10f8e48
commit c9f2f70964

View 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