aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 11:22:24 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-10 11:22:24 -0400
commitf5b452bc4276ff2abecae522d9598441899293f1 (patch)
tree81084de530711c44752cec367acecec9d27dd060 /etc
parentprivate-bin conversion (diff)
downloadfirejail-f5b452bc4276ff2abecae522d9598441899293f1.tar.gz
firejail-f5b452bc4276ff2abecae522d9598441899293f1.tar.zst
firejail-f5b452bc4276ff2abecae522d9598441899293f1.zip
private-bin conversion
Diffstat (limited to 'etc')
-rw-r--r--etc/deluge.profile1
-rw-r--r--etc/disable-devel.inc2
-rw-r--r--etc/evince.profile1
-rw-r--r--etc/fbreader.profile3
-rw-r--r--etc/filezilla.profile1
-rw-r--r--etc/gthumb.profile1
-rw-r--r--etc/hexchat.profile2
-rw-r--r--etc/qbittorrent.profile1
-rw-r--r--etc/rtorrent.profile1
-rw-r--r--etc/transmission-gtk.profile1
-rw-r--r--etc/transmission-qt.profile1
-rw-r--r--etc/uget-gtk.profile4
-rw-r--r--etc/weechat.profile4
-rw-r--r--etc/xchat.profile2
14 files changed, 23 insertions, 2 deletions
diff --git a/etc/deluge.profile b/etc/deluge.profile
index 87a17423b..96df13a73 100644
--- a/etc/deluge.profile
+++ b/etc/deluge.profile
@@ -15,3 +15,4 @@ seccomp
15 15
16shell none 16shell none
17private-bin deluge,sh,python,uname 17private-bin deluge,sh,python,uname
18whitelist /tmp/.X11-unix
diff --git a/etc/disable-devel.inc b/etc/disable-devel.inc
index 071a82f76..4e401055a 100644
--- a/etc/disable-devel.inc
+++ b/etc/disable-devel.inc
@@ -37,7 +37,7 @@ blacklist /usr/lib/php*
37blacklist /usr/bin/ruby 37blacklist /usr/bin/ruby
38blacklist /usr/lib/ruby 38blacklist /usr/lib/ruby
39 39
40# Programs using python: deluge, firefox addons, filezilla, cherrytree 40# Programs using python: deluge, firefox addons, filezilla, cherrytree, xchat, hexchat
41# Python 2 41# Python 2
42#blacklist /usr/bin/python2* 42#blacklist /usr/bin/python2*
43#blacklist /usr/lib/python2* 43#blacklist /usr/lib/python2*
diff --git a/etc/evince.profile b/etc/evince.profile
index 8671c1251..320d55fad 100644
--- a/etc/evince.profile
+++ b/etc/evince.profile
@@ -13,3 +13,4 @@ seccomp
13 13
14shell none 14shell none
15private-bin evince,evince-previewer,evince-thumbnailer 15private-bin evince,evince-previewer,evince-thumbnailer
16whitelist /tmp/.X11-unix
diff --git a/etc/fbreader.profile b/etc/fbreader.profile
index df359e50a..f155b02af 100644
--- a/etc/fbreader.profile
+++ b/etc/fbreader.profile
@@ -15,4 +15,5 @@ protocol unix,inet,inet6
15seccomp 15seccomp
16 16
17shell none 17shell none
18private-bin fbreader,FBReader \ No newline at end of file 18private-bin fbreader,FBReader
19whitelist /tmp/.X11-unix
diff --git a/etc/filezilla.profile b/etc/filezilla.profile
index 35663f2fa..c146dba13 100644
--- a/etc/filezilla.profile
+++ b/etc/filezilla.profile
@@ -16,3 +16,4 @@ seccomp
16 16
17shell none 17shell none
18private-bin filezilla,uname,sh,python,lsb_release,fzputtygen,fzsftp 18private-bin filezilla,uname,sh,python,lsb_release,fzputtygen,fzsftp
19whitelist /tmp/.X11-unix
diff --git a/etc/gthumb.profile b/etc/gthumb.profile
index 68d6a52d9..2d6cd160c 100644
--- a/etc/gthumb.profile
+++ b/etc/gthumb.profile
@@ -15,3 +15,4 @@ seccomp
15 15
16shell none 16shell none
17private-bin gthumb 17private-bin gthumb
18whitelist /tmp/.X11-unix
diff --git a/etc/hexchat.profile b/etc/hexchat.profile
index a584d25c5..4e829c379 100644
--- a/etc/hexchat.profile
+++ b/etc/hexchat.profile
@@ -17,3 +17,5 @@ mkdir ~/.config
17mkdir ~/.config/hexchat 17mkdir ~/.config/hexchat
18whitelist ~/.config/hexchat 18whitelist ~/.config/hexchat
19include /etc/firejail/whitelist-common.inc 19include /etc/firejail/whitelist-common.inc
20
21# private-bin requires perl, python, etc.
diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile
index bb97a880b..bc87ad5c8 100644
--- a/etc/qbittorrent.profile
+++ b/etc/qbittorrent.profile
@@ -14,3 +14,4 @@ seccomp
14 14
15shell none 15shell none
16private-bin qbittorrent 16private-bin qbittorrent
17whitelist /tmp/.X11-unix
diff --git a/etc/rtorrent.profile b/etc/rtorrent.profile
index c196370a2..97c2335a8 100644
--- a/etc/rtorrent.profile
+++ b/etc/rtorrent.profile
@@ -14,3 +14,4 @@ seccomp
14 14
15shell none 15shell none
16private-bin rtorrent 16private-bin rtorrent
17whitelist /tmp/.X11-unix
diff --git a/etc/transmission-gtk.profile b/etc/transmission-gtk.profile
index e8d0e25e7..80d71d615 100644
--- a/etc/transmission-gtk.profile
+++ b/etc/transmission-gtk.profile
@@ -18,3 +18,4 @@ tracelog
18 18
19shell none 19shell none
20private-bin transmission-gtk 20private-bin transmission-gtk
21whitelist /tmp/.X11-unix
diff --git a/etc/transmission-qt.profile b/etc/transmission-qt.profile
index fd3a98aad..dfb600871 100644
--- a/etc/transmission-qt.profile
+++ b/etc/transmission-qt.profile
@@ -18,3 +18,4 @@ tracelog
18 18
19shell none 19shell none
20private-bin transmission-qt 20private-bin transmission-qt
21whitelist /tmp/.X11-unix
diff --git a/etc/uget-gtk.profile b/etc/uget-gtk.profile
index 02c7f56bf..591a82af4 100644
--- a/etc/uget-gtk.profile
+++ b/etc/uget-gtk.profile
@@ -17,3 +17,7 @@ mkdir ~/.config
17mkdir ~/.config/uGet 17mkdir ~/.config/uGet
18whitelist ~/.config/uGet 18whitelist ~/.config/uGet
19include /etc/firejail/whitelist-common.inc 19include /etc/firejail/whitelist-common.inc
20
21shell none
22private-bin uget-gtk
23whitelist /tmp/.X11-unix
diff --git a/etc/weechat.profile b/etc/weechat.profile
index 6cfe58420..410061278 100644
--- a/etc/weechat.profile
+++ b/etc/weechat.profile
@@ -9,3 +9,7 @@ nonewprivs
9noroot 9noroot
10protocol unix,inet,inet6 10protocol unix,inet,inet6
11seccomp 11seccomp
12
13# no private-bin support for various reasons:
14# Plugins loaded: alias, aspell, charset, exec, fifo, guile, irc,
15# logger, lua, perl, python, relay, ruby, script, tcl, trigger, xferloading plugins \ No newline at end of file
diff --git a/etc/xchat.profile b/etc/xchat.profile
index 061c4f3da..1f2865cab 100644
--- a/etc/xchat.profile
+++ b/etc/xchat.profile
@@ -10,3 +10,5 @@ nonewprivs
10noroot 10noroot
11protocol unix,inet,inet6 11protocol unix,inet,inet6
12seccomp 12seccomp
13
14# private-bin requires perl, python, etc.