summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/mpv.profile4
-rw-r--r--etc/qbittorrent.profile3
-rw-r--r--etc/vlc.profile2
-rw-r--r--etc/wine.profile1
-rw-r--r--etc/wireshark.profile7
5 files changed, 12 insertions, 5 deletions
diff --git a/etc/mpv.profile b/etc/mpv.profile
index abf6f1668..0cda3e4e1 100644
--- a/etc/mpv.profile
+++ b/etc/mpv.profile
@@ -16,11 +16,15 @@ include /etc/firejail/disable-passwdmgr.inc
16 16
17caps.drop all 17caps.drop all
18netfilter 18netfilter
19nogroups
19nonewprivs 20nonewprivs
20noroot 21noroot
21protocol unix,inet,inet6 22protocol unix,inet,inet6
22seccomp 23seccomp
24tracelog
23 25
24# to test 26# to test
27# ipc-namespace
25shell none 28shell none
26private-bin mpv,youtube-dl,python,python2.7,python3.6,env 29private-bin mpv,youtube-dl,python,python2.7,python3.6,env
30private-dev
diff --git a/etc/qbittorrent.profile b/etc/qbittorrent.profile
index 5dc0eb4c8..7ae8a22d4 100644
--- a/etc/qbittorrent.profile
+++ b/etc/qbittorrent.profile
@@ -34,11 +34,12 @@ nogroups
34nonewprivs 34nonewprivs
35noroot 35noroot
36nosound 36nosound
37protocol unix,inet,inet6 37protocol unix,inet,inet6,netlink
38seccomp 38seccomp
39 39
40# there are some problems with "Open destination folder", see bug #536 40# there are some problems with "Open destination folder", see bug #536
41#shell none 41#shell none
42#private-bin qbittorrent 42#private-bin qbittorrent
43private-dev 43private-dev
44# private-etc X11,fonts,xdg,resolv.conf
44private-tmp 45private-tmp
diff --git a/etc/vlc.profile b/etc/vlc.profile
index 34f4aa5ff..6ae8b0d15 100644
--- a/etc/vlc.profile
+++ b/etc/vlc.profile
@@ -27,6 +27,6 @@ private-bin vlc,cvlc,nvlc,rvlc,qvlc,svlc
27private-dev 27private-dev
28private-tmp 28private-tmp
29 29
30memory-deny-write-execute 30# memory-deny-write-execute - breaks playing videos
31noexec ${HOME} 31noexec ${HOME}
32noexec /tmp 32noexec /tmp
diff --git a/etc/wine.profile b/etc/wine.profile
index 8985071f3..5ee8bae38 100644
--- a/etc/wine.profile
+++ b/etc/wine.profile
@@ -18,6 +18,7 @@ include /etc/firejail/disable-devel.inc
18 18
19caps.drop all 19caps.drop all
20netfilter 20netfilter
21nogroups
21nonewprivs 22nonewprivs
22noroot 23noroot
23seccomp 24seccomp
diff --git a/etc/wireshark.profile b/etc/wireshark.profile
index 98a4f3a9d..d5f3b8c4b 100644
--- a/etc/wireshark.profile
+++ b/etc/wireshark.profile
@@ -23,14 +23,15 @@ include /etc/firejail/disable-passwdmgr.inc
23#ipc-namespace 23#ipc-namespace
24netfilter 24netfilter
25no3d 25no3d
26nogroups 26# nogroups - breaks unprivileged wireshark usage
27nonewprivs 27# nonewprivs - breaks unprivileged wireshark usage
28nosound 28nosound
29seccomp 29# seccomp - breaks unprivileged wireshark usage
30shell none 30shell none
31tracelog 31tracelog
32 32
33#private-bin wireshark 33#private-bin wireshark
34# private-etc fonts,group,hosts,machine-id,passwd
34private-dev 35private-dev
35private-tmp 36private-tmp
36 37