aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-22 16:24:25 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-09-22 16:24:25 +0200
commit8d66722b6c5fb2a75105d8dd896a5821d6cbbbac (patch)
treebbf0890ce151570059f8bc6973cea9018a5c2a48
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-8d66722b6c5fb2a75105d8dd896a5821d6cbbbac.tar.gz
firejail-8d66722b6c5fb2a75105d8dd896a5821d6cbbbac.tar.zst
firejail-8d66722b6c5fb2a75105d8dd896a5821d6cbbbac.zip
protect files that can execute commands
-rw-r--r--etc/disable-common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index fe49ce2f4..68176e9e0 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -258,6 +258,7 @@ read-only ${HOME}/.exrc
258read-only ${HOME}/.gvimrc 258read-only ${HOME}/.gvimrc
259read-only ${HOME}/.homesick 259read-only ${HOME}/.homesick
260read-only ${HOME}/.iscreenrc 260read-only ${HOME}/.iscreenrc
261read-only ${HOME}/.local/share/cool-retro-term
261read-only ${HOME}/.mailcap 262read-only ${HOME}/.mailcap
262read-only ${HOME}/.msmtprc 263read-only ${HOME}/.msmtprc
263read-only ${HOME}/.mutt/muttrc 264read-only ${HOME}/.mutt/muttrc
@@ -288,6 +289,7 @@ read-only ${HOME}/.cargo/env
288 289
289# Write-protection for desktop entries 290# Write-protection for desktop entries
290read-only ${HOME}/.config/menus 291read-only ${HOME}/.config/menus
292read-only ${HOME}/.gnome/apps
291read-only ${HOME}/.local/share/applications 293read-only ${HOME}/.local/share/applications
292 294
293# Write-protection for thumbnailer dir 295# Write-protection for thumbnailer dir