Readme and add local dir

This commit is contained in:
Christopher Laprise 2018-02-20 17:40:29 -05:00
parent 0990062511
commit 0745b42fab
No known key found for this signature in database
GPG key ID: 448568C8B281C952
3 changed files with 34 additions and 12 deletions

11
install Normal file
View file

@ -0,0 +1,11 @@
#!/bin/sh
[ `id -u` -eq 0 ] || exit
cp vm-sudo-protect.sh /usr/lib/qubes/init
chmod +x /usr/lib/qubes/init/vm-sudo-protect.sh
cp vm-sudo-protect.service /lib/systemd/system
systemctl daemon-reload
systemctl enable vm-sudo-protect.service
echo vm-sudo-protect installed!