aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-18 10:20:14 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-18 10:20:14 +0200
commit1d56e466c20ecf887fe4b995653fbc48375ead7e (patch)
tree63d71cd23e869af9fbe7c100d4861353667e26d5 /etc
parentFix filename in comment (diff)
downloadfirejail-1d56e466c20ecf887fe4b995653fbc48375ead7e.tar.gz
firejail-1d56e466c20ecf887fe4b995653fbc48375ead7e.tar.zst
firejail-1d56e466c20ecf887fe4b995653fbc48375ead7e.zip
three new blacklist in disable-common.inc
* ~/.viminfo * ~/.lesshst * ~/.python_history
Diffstat (limited to 'etc')
-rw-r--r--etc/atom.profile8
-rw-r--r--etc/code.profile3
-rw-r--r--etc/disable-common.inc3
-rw-r--r--etc/emacs.profile3
-rw-r--r--etc/geany.profile2
-rw-r--r--etc/gedit.profile2
-rw-r--r--etc/gnome-builder.profile2
-rw-r--r--etc/less.profile2
-rw-r--r--etc/pluma.profile3
-rw-r--r--etc/pycharm-community.profile2
-rw-r--r--etc/vim.profile3
-rw-r--r--etc/xed.profile3
12 files changed, 35 insertions, 1 deletions
diff --git a/etc/atom.profile b/etc/atom.profile
index a3c62284c..8928baf5d 100644
--- a/etc/atom.profile
+++ b/etc/atom.profile
@@ -8,11 +8,17 @@ include globals.local
8 8
9noblacklist ${HOME}/.atom 9noblacklist ${HOME}/.atom
10noblacklist ${HOME}/.config/Atom 10noblacklist ${HOME}/.config/Atom
11noblacklist ${HOME}/.config/git 11# allow rust
12noblacklist ${HOME}/.cargo/config 12noblacklist ${HOME}/.cargo/config
13noblacklist ${HOME}/.cargo/registry 13noblacklist ${HOME}/.cargo/registry
14# allow git config files
15noblacklist ${HOME}/.config/git
14noblacklist ${HOME}/.gitconfig 16noblacklist ${HOME}/.gitconfig
15noblacklist ${HOME}/.git-credentials 17noblacklist ${HOME}/.git-credentials
18# allow python dev files
19noblacklist ${HOME}/.python-history
20noblacklist ${HOME}/.python_history
21noblacklist ${HOME}/.pythonhist
16noblacklist ${HOME}/.pythonrc.py 22noblacklist ${HOME}/.pythonrc.py
17 23
18include disable-common.inc 24include disable-common.inc
diff --git a/etc/code.profile b/etc/code.profile
index 16678459e..6faf429e1 100644
--- a/etc/code.profile
+++ b/etc/code.profile
@@ -12,6 +12,9 @@ noblacklist ${HOME}/.config/Code - OSS
12noblacklist ${HOME}/.config/git 12noblacklist ${HOME}/.config/git
13noblacklist ${HOME}/.gitconfig 13noblacklist ${HOME}/.gitconfig
14noblacklist ${HOME}/.git-credentials 14noblacklist ${HOME}/.git-credentials
15noblacklist ${HOME}/.python-history
16noblacklist ${HOME}/.python_history
17noblacklist ${HOME}/.pythonhist
15noblacklist ${HOME}/.pythonrc.py 18noblacklist ${HOME}/.pythonrc.py
16noblacklist ${HOME}/.vscode 19noblacklist ${HOME}/.vscode
17noblacklist ${HOME}/.vscode-oss 20noblacklist ${HOME}/.vscode-oss
diff --git a/etc/disable-common.inc b/etc/disable-common.inc
index a900263ff..ae82d72b5 100644
--- a/etc/disable-common.inc
+++ b/etc/disable-common.inc
@@ -19,7 +19,10 @@ blacklist-nolog ${HOME}/.local/share/fish/fish_history
19blacklist-nolog ${HOME}/.local/share/klipper 19blacklist-nolog ${HOME}/.local/share/klipper
20blacklist-nolog ${HOME}/.macromedia 20blacklist-nolog ${HOME}/.macromedia
21blacklist-nolog ${HOME}/.python-history 21blacklist-nolog ${HOME}/.python-history
22blacklist-nolog ${HOME}/.python_history
22blacklist-nolog ${HOME}/.pythonhist 23blacklist-nolog ${HOME}/.pythonhist
24blacklist-nolog ${HOME}/.lesshst
25blacklist-nolog ${HOME}/.viminfo
23blacklist-nolog /tmp/clipmenu* 26blacklist-nolog /tmp/clipmenu*
24 27
25# X11 session autostart 28# X11 session autostart
diff --git a/etc/emacs.profile b/etc/emacs.profile
index 24e800b5e..f8b451f02 100644
--- a/etc/emacs.profile
+++ b/etc/emacs.profile
@@ -12,6 +12,9 @@ noblacklist ${HOME}/.emacs.d
12# or put it into your emacs.local 12# or put it into your emacs.local
13#noblacklist ${HOME}/.gnupg 13#noblacklist ${HOME}/.gnupg
14noblacklist ${HOME}/.python-history 14noblacklist ${HOME}/.python-history
15noblacklist ${HOME}/.python_history
16noblacklist ${HOME}/.pythonhist
17noblacklist ${HOME}/.pythonrc.py
15 18
16include disable-common.inc 19include disable-common.inc
17include disable-passwdmgr.inc 20include disable-passwdmgr.inc
diff --git a/etc/geany.profile b/etc/geany.profile
index b9c0da12e..2cffb8777 100644
--- a/etc/geany.profile
+++ b/etc/geany.profile
@@ -11,6 +11,8 @@ noblacklist ${HOME}/.config/git
11noblacklist ${HOME}/.gitconfig 11noblacklist ${HOME}/.gitconfig
12noblacklist ${HOME}/.git-credentials 12noblacklist ${HOME}/.git-credentials
13noblacklist ${HOME}/.python-history 13noblacklist ${HOME}/.python-history
14noblacklist ${HOME}/.python_history
15noblacklist ${HOME}/.pythonhist
14noblacklist ${HOME}/.pythonrc.py 16noblacklist ${HOME}/.pythonrc.py
15 17
16include disable-common.inc 18include disable-common.inc
diff --git a/etc/gedit.profile b/etc/gedit.profile
index 8232bbae4..ed6efc3b6 100644
--- a/etc/gedit.profile
+++ b/etc/gedit.profile
@@ -12,6 +12,8 @@ noblacklist ${HOME}/.config/git
12noblacklist ${HOME}/.gitconfig 12noblacklist ${HOME}/.gitconfig
13noblacklist ${HOME}/.git-credentials 13noblacklist ${HOME}/.git-credentials
14noblacklist ${HOME}/.python-history 14noblacklist ${HOME}/.python-history
15noblacklist ${HOME}/.python_history
16noblacklist ${HOME}/.pythonhist
15noblacklist ${HOME}/.pythonrc.py 17noblacklist ${HOME}/.pythonrc.py
16 18
17include disable-common.inc 19include disable-common.inc
diff --git a/etc/gnome-builder.profile b/etc/gnome-builder.profile
index c2459e6ee..dfa1a5da8 100644
--- a/etc/gnome-builder.profile
+++ b/etc/gnome-builder.profile
@@ -12,6 +12,8 @@ noblacklist ${HOME}/.config/git
12noblacklist ${HOME}/.gitconfig 12noblacklist ${HOME}/.gitconfig
13noblacklist ${HOME}/.git-credentials 13noblacklist ${HOME}/.git-credentials
14noblacklist ${HOME}/.python-history 14noblacklist ${HOME}/.python-history
15noblacklist ${HOME}/.python_history
16noblacklist ${HOME}/.pythonhist
15noblacklist ${HOME}/.pythonrc.py 17noblacklist ${HOME}/.pythonrc.py
16 18
17include disable-common.inc 19include disable-common.inc
diff --git a/etc/less.profile b/etc/less.profile
index 897d38b9d..720950432 100644
--- a/etc/less.profile
+++ b/etc/less.profile
@@ -7,6 +7,8 @@ include less.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10noblacklist ${HOME}/.lesshst
11
10blacklist /tmp/.X11-unix 12blacklist /tmp/.X11-unix
11 13
12include disable-common.inc 14include disable-common.inc
diff --git a/etc/pluma.profile b/etc/pluma.profile
index 91e6edc65..81b2b1481 100644
--- a/etc/pluma.profile
+++ b/etc/pluma.profile
@@ -7,6 +7,9 @@ include pluma.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/pluma 9noblacklist ${HOME}/.config/pluma
10noblacklist ${HOME}/.python-history
11noblacklist ${HOME}/.python_history
12noblacklist ${HOME}/.pythonhist
10noblacklist ${HOME}/.pythonrc.py 13noblacklist ${HOME}/.pythonrc.py
11 14
12include disable-common.inc 15include disable-common.inc
diff --git a/etc/pycharm-community.profile b/etc/pycharm-community.profile
index e35d70c46..17218adee 100644
--- a/etc/pycharm-community.profile
+++ b/etc/pycharm-community.profile
@@ -7,6 +7,8 @@ include globals.local
7 7
8noblacklist ${HOME}/.PyCharmCE* 8noblacklist ${HOME}/.PyCharmCE*
9noblacklist ${HOME}/.python-history 9noblacklist ${HOME}/.python-history
10noblacklist ${HOME}/.python_history
11noblacklist ${HOME}/.pythonhist
10noblacklist ${HOME}/.pythonrc.py 12noblacklist ${HOME}/.pythonrc.py
11 13
12# Allow java (blacklisted by disable-devel.inc) 14# Allow java (blacklisted by disable-devel.inc)
diff --git a/etc/vim.profile b/etc/vim.profile
index 55fa22a54..49abb0d44 100644
--- a/etc/vim.profile
+++ b/etc/vim.profile
@@ -7,6 +7,9 @@ include vim.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.python-history 9noblacklist ${HOME}/.python-history
10noblacklist ${HOME}/.python_history
11noblacklist ${HOME}/.pythonhist
12noblacklist ${HOME}/.pythonrc.py
10noblacklist ${HOME}/.vim 13noblacklist ${HOME}/.vim
11noblacklist ${HOME}/.viminfo 14noblacklist ${HOME}/.viminfo
12noblacklist ${HOME}/.vimrc 15noblacklist ${HOME}/.vimrc
diff --git a/etc/xed.profile b/etc/xed.profile
index 2ee299b9a..a02f1ef51 100644
--- a/etc/xed.profile
+++ b/etc/xed.profile
@@ -6,6 +6,9 @@ include xed.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.config/xed 8noblacklist ${HOME}/.config/xed
9noblacklist ${HOME}/.python-history
10noblacklist ${HOME}/.python_history
11noblacklist ${HOME}/.pythonhist
9noblacklist ${HOME}/.pythonrc.py 12noblacklist ${HOME}/.pythonrc.py
10 13
11# Allow python (blacklisted by disable-interpreters.inc) 14# Allow python (blacklisted by disable-interpreters.inc)