aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
authorLibravatar SYN-cook <syncookongit@gmail.com>2017-03-22 02:37:27 +0100
committerLibravatar GitHub <noreply@github.com>2017-03-22 02:37:27 +0100
commit9b26d0ab9defce727de2476f72490b534366e259 (patch)
treeec0fb06a452e30dc6c7756df54d9b7920d1a3e31 /etc/disable-common.inc
parentMerge pull request #1 from SYN-cook/SYN-cook-patch-blacklist (diff)
downloadfirejail-9b26d0ab9defce727de2476f72490b534366e259.tar.gz
firejail-9b26d0ab9defce727de2476f72490b534366e259.tar.zst
firejail-9b26d0ab9defce727de2476f72490b534366e259.zip
don't blacklist ~/.profile
sorry for the mistake... ~./profile is not only sourced by some display managers but also by shells, so we should keep everything as before
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 135dd27a9..49ba7bc15 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -19,7 +19,6 @@ blacklist /etc/X11/Xsession.d/
19blacklist ${HOME}/.Xsession 19blacklist ${HOME}/.Xsession
20blacklist ${HOME}/.xsession 20blacklist ${HOME}/.xsession
21blacklist ${HOME}/.xsessionrc 21blacklist ${HOME}/.xsessionrc
22blacklist ${HOME}/.profile
23blacklist ${HOME}/.xprofile 22blacklist ${HOME}/.xprofile
24blacklist ${HOME}/.gnomerc 23blacklist ${HOME}/.gnomerc
25blacklist ${HOME}/.config/autostart 24blacklist ${HOME}/.config/autostart
@@ -102,6 +101,7 @@ read-only ${HOME}/.zsh_files
102read-only ${HOME}/.tcshrc 101read-only ${HOME}/.tcshrc
103read-only ${HOME}/.cshrc 102read-only ${HOME}/.cshrc
104read-only ${HOME}/.csh_files 103read-only ${HOME}/.csh_files
104read-only ${HOME}/.profile
105read-only ${HOME}/.forward 105read-only ${HOME}/.forward
106read-only ${HOME}/.login 106read-only ${HOME}/.login
107read-only ${HOME}/.logout 107read-only ${HOME}/.logout