mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-08-14 09:25:43 -04:00
Readme and add local dir
This commit is contained in:
parent
0990062511
commit
0745b42fab
3 changed files with 34 additions and 12 deletions
11
install
Normal file
11
install
Normal 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!
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue