aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-05 08:40:34 -0400
committerLibravatar GitHub <noreply@github.com>2016-08-05 08:40:34 -0400
commit1d2e06c45f8f6af6c2d64a46be687d586db6e6b7 (patch)
tree846b5d4e290c33afc9270721e68e18540c1d2806 /etc
parentfix whitelist ~/deletme problem (diff)
parenttightened vlc (diff)
downloadfirejail-1d2e06c45f8f6af6c2d64a46be687d586db6e6b7.tar.gz
firejail-1d2e06c45f8f6af6c2d64a46be687d586db6e6b7.tar.zst
firejail-1d2e06c45f8f6af6c2d64a46be687d586db6e6b7.zip
Merge pull request #684 from Fred-Barclay/checkmate
Checkmate
Diffstat (limited to 'etc')
-rw-r--r--etc/disable-programs.inc1
-rw-r--r--etc/gnome-chess.profile20
-rw-r--r--etc/vlc.profile6
3 files changed, 24 insertions, 3 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index ed7710728..01e68506d 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -128,3 +128,4 @@ blacklist ${HOME}/.local/share/xplayer
128blacklist ${HOME}/.local/share/totem 128blacklist ${HOME}/.local/share/totem
129blacklist ${HOME}/.local/share/psi+ 129blacklist ${HOME}/.local/share/psi+
130blacklist ${HOME}/.local/share/pix 130blacklist ${HOME}/.local/share/pix
131blacklist ${HOME}/.local/share/gnome-chess
diff --git a/etc/gnome-chess.profile b/etc/gnome-chess.profile
new file mode 100644
index 000000000..e93970f7d
--- /dev/null
+++ b/etc/gnome-chess.profile
@@ -0,0 +1,20 @@
1# Firejail profile for gnome-chess
2noblacklist /.local/share/gnome-chess
3
4include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-devel.inc
6include /etc/firejail/disable-programs.inc
7include /etc/firejail/disable-passwdmgr.inc
8
9caps.drop all
10net none
11nogroups
12nonewprivs
13noroot
14nosound
15seccomp
16shell none
17tracelog
18
19private-bin gnome-chess
20private-dev
diff --git a/etc/vlc.profile b/etc/vlc.profile
index 1a6e5a151..c82247dd2 100644
--- a/etc/vlc.profile
+++ b/etc/vlc.profile
@@ -8,12 +8,12 @@ include /etc/firejail/disable-passwdmgr.inc
8 8
9caps.drop all 9caps.drop all
10netfilter 10netfilter
11nogroups
11nonewprivs 12nonewprivs
12noroot 13noroot
13protocol unix,inet,inet6 14protocol unix,inet,inet6
14seccomp 15seccomp
15
16
17# to test
18shell none 16shell none
17tracelog
18
19private-bin vlc,cvlc,nvlc,rvlc,qvlc,svlc 19private-bin vlc,cvlc,nvlc,rvlc,qvlc,svlc