aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
diff options
context:
space:
mode:
authorLibravatar SYN-cook <syncookongit@gmail.com>2017-03-21 15:38:49 +0100
committerLibravatar GitHub <noreply@github.com>2017-03-21 15:38:49 +0100
commit4a0c2d8f0cbe93408421123f9e192bf4411d1bde (patch)
treee3ca5b797cea93a43bb04616d8337ea190a7c80d /etc/disable-common.inc
parentcomplete autostart blacklist for KDE (diff)
downloadfirejail-4a0c2d8f0cbe93408421123f9e192bf4411d1bde.tar.gz
firejail-4a0c2d8f0cbe93408421123f9e192bf4411d1bde.tar.zst
firejail-4a0c2d8f0cbe93408421123f9e192bf4411d1bde.zip
more blacklisting (X11 session autostart)
reorganization, added files according to Debian documentation
Diffstat (limited to 'etc/disable-common.inc')
-rw-r--r--etc/disable-common.inc14
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index d6418fad2..135dd27a9 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -7,19 +7,28 @@ 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
22blacklist ${HOME}/.profile
16blacklist ${HOME}/.xprofile 23blacklist ${HOME}/.xprofile
24blacklist ${HOME}/.gnomerc
17blacklist ${HOME}/.config/autostart 25blacklist ${HOME}/.config/autostart
18blacklist /etc/xdg/autostart 26blacklist /etc/xdg/autostart
19blacklist ${HOME}/.kde4/Autostart 27blacklist ${HOME}/.kde4/Autostart
20blacklist ${HOME}/.kde4/share/autostart 28blacklist ${HOME}/.kde4/share/autostart
21blacklist ${HOME}/.kde/Autostart 29blacklist ${HOME}/.kde/Autostart
22blacklist ${HOME}/.kde/share/autostart 30blacklist ${HOME}/.kde/share/autostart
31blacklist ${HOME}/.local/share/autostart
23blacklist ${HOME}/.config/autostart-scripts 32blacklist ${HOME}/.config/autostart-scripts
24blacklist ${HOME}/.config/plasma-workspace/shutdown 33blacklist ${HOME}/.config/plasma-workspace/shutdown
25blacklist ${HOME}/.config/plasma-workspace/env 34blacklist ${HOME}/.config/plasma-workspace/env
@@ -27,8 +36,6 @@ blacklist ${HOME}/.config/lxsession/LXDE/autostart
27blacklist ${HOME}/.fluxbox/startup 36blacklist ${HOME}/.fluxbox/startup
28blacklist ${HOME}/.config/openbox/autostart 37blacklist ${HOME}/.config/openbox/autostart
29blacklist ${HOME}/.config/openbox/environment 38blacklist ${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 39# blacklist ${HOME}/.xpra - this will kill --x11=xpra cmdline option for all programs
33 40
34# VirtualBox 41# VirtualBox
@@ -78,8 +85,6 @@ blacklist /etc/rc.local
78blacklist /etc/anacrontab 85blacklist /etc/anacrontab
79 86
80# Startup files 87# Startup files
81read-only ${HOME}/.xinitrc
82read-only ${HOME}/.xserverrc
83read-only ${HOME}/.antigen 88read-only ${HOME}/.antigen
84read-only ${HOME}/.bash_login 89read-only ${HOME}/.bash_login
85read-only ${HOME}/.bashrc 90read-only ${HOME}/.bashrc
@@ -97,7 +102,6 @@ read-only ${HOME}/.zsh_files
97read-only ${HOME}/.tcshrc 102read-only ${HOME}/.tcshrc
98read-only ${HOME}/.cshrc 103read-only ${HOME}/.cshrc
99read-only ${HOME}/.csh_files 104read-only ${HOME}/.csh_files
100read-only ${HOME}/.profile
101read-only ${HOME}/.forward 105read-only ${HOME}/.forward
102read-only ${HOME}/.login 106read-only ${HOME}/.login
103read-only ${HOME}/.logout 107read-only ${HOME}/.logout