mirror of
https://github.com/tasket/Qubes-VM-hardening.git
synced 2025-06-28 15:57:09 -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,7 +11,7 @@
|
|||
# to be protected
|
||||
chfiles=".bashrc .bash_profile .bash_login .bash_logout .profile \
|
||||
.xprofile .xinitrc .xserverrc .xsession"
|
||||
chdirs="bin .config/autostart .config/plasma-workspace/env \
|
||||
chdirs="bin .local/bin .config/autostart .config/plasma-workspace/env \
|
||||
.config/plasma-workspace/shutdown .config/autostart-scripts"
|
||||
vmname=`qubesdb-read /name`
|
||||
rw=/mnt/rwtmp
|
||||
|
@ -24,7 +24,7 @@ make_immutable() {
|
|||
touch $chfiles
|
||||
chattr -R -f +i $chfiles $chdirs
|
||||
cd /root
|
||||
touch $rw/home/user/FIXED #debug
|
||||
#touch $rw/home/user/FIXED #debug
|
||||
}
|
||||
|
||||
# Mount private volume in temp location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue