aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-22 12:18:14 -0400
committerLibravatar GitHub <noreply@github.com>2017-03-22 12:18:14 -0400
commit52726fdc388076cb6d65c1dccee1c49300ceea83 (patch)
treee7bd2e47921b3a1e358bfb68dc13958ce7febf5e /etc/disable-common.inc
parentfixed private-tmp problem on KDE systems (diff)
parentdon't blacklist ~/.profile (diff)
downloadfirejail-52726fdc388076cb6d65c1dccee1c49300ceea83.tar.gz
firejail-52726fdc388076cb6d65c1dccee1c49300ceea83.tar.zst
firejail-52726fdc388076cb6d65c1dccee1c49300ceea83.zip
Merge pull request #1152 from SYN-cook/master
blacklist X11 startup scripts
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index 3bf609214..be3144133 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -7,19 +7,27 @@ blacklist-nolog ${HOME}/.history
7blacklist-nolog ${HOME}/.*_history 7blacklist-nolog ${HOME}/.*_history
8blacklist-nolog ${HOME}/.bash_history 8blacklist-nolog ${HOME}/.bash_history
9blacklist ${HOME}/.local/share/systemd 9blacklist ${HOME}/.local/share/systemd
10blacklist ${HOME}/.config/systemd
10blacklist-nolog ${HOME}/.adobe 11blacklist-nolog ${HOME}/.adobe
11blacklist-nolog ${HOME}/.macromedia 12blacklist-nolog ${HOME}/.macromedia
12read-only ${HOME}/.local/share/applications 13read-only ${HOME}/.local/share/applications
13 14
14# X11 session autostart 15# X11 session autostart
15blacklist ${HOME}/.xinitrc 16blacklist ${HOME}/.xinitrc
17blacklist ${HOME}/.xserverrc
18blacklist /etc/X11/Xsession.d/
19blacklist ${HOME}/.Xsession
20blacklist ${HOME}/.xsession
21blacklist ${HOME}/.xsessionrc
16blacklist ${HOME}/.xprofile 22blacklist ${HOME}/.xprofile
23blacklist ${HOME}/.gnomerc
17blacklist ${HOME}/.config/autostart 24blacklist ${HOME}/.config/autostart
18blacklist /etc/xdg/autostart 25blacklist /etc/xdg/autostart
19blacklist ${HOME}/.kde4/Autostart 26blacklist ${HOME}/.kde4/Autostart
20blacklist ${HOME}/.kde4/share/autostart 27blacklist ${HOME}/.kde4/share/autostart
21blacklist ${HOME}/.kde/Autostart 28blacklist ${HOME}/.kde/Autostart
22blacklist ${HOME}/.kde/share/autostart 29blacklist ${HOME}/.kde/share/autostart
30blacklist ${HOME}/.local/share/autostart
23blacklist ${HOME}/.config/autostart-scripts 31blacklist ${HOME}/.config/autostart-scripts
24blacklist ${HOME}/.config/plasma-workspace/shutdown 32blacklist ${HOME}/.config/plasma-workspace/shutdown
25blacklist ${HOME}/.config/plasma-workspace/env 33blacklist ${HOME}/.config/plasma-workspace/env
@@ -27,8 +35,6 @@ blacklist ${HOME}/.config/lxsession/LXDE/autostart
27blacklist ${HOME}/.fluxbox/startup 35blacklist ${HOME}/.fluxbox/startup
28blacklist ${HOME}/.config/openbox/autostart 36blacklist ${HOME}/.config/openbox/autostart
29blacklist ${HOME}/.config/openbox/environment 37blacklist ${HOME}/.config/openbox/environment
30blacklist ${HOME}/.gnomerc
31blacklist /etc/X11/Xsession.d/
32# blacklist ${HOME}/.xpra - this will kill --x11=xpra cmdline option for all programs 38# blacklist ${HOME}/.xpra - this will kill --x11=xpra cmdline option for all programs
33 39
34# VirtualBox 40# VirtualBox
@@ -78,8 +84,6 @@ blacklist /etc/rc.local
78blacklist /etc/anacrontab 84blacklist /etc/anacrontab
79 85
80# Startup files 86# Startup files
81read-only ${HOME}/.xinitrc
82read-only ${HOME}/.xserverrc
83read-only ${HOME}/.antigen 87read-only ${HOME}/.antigen
84read-only ${HOME}/.bash_login 88read-only ${HOME}/.bash_login
85read-only ${HOME}/.bashrc 89read-only ${HOME}/.bashrc