summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2017-09-05 08:13:25 -0400
committerLibravatar GitHub <noreply@github.com>2017-09-05 08:13:25 -0400
commit16497087c03e68c46b54247fda6e4e03f8e52d34 (patch)
tree7269e726126d1614cc60cc103cfc33466f596496 /etc
parentMerge pull request #1530 from smitsohu/snap (diff)
parentwireshark needs cap_dac_override (diff)
downloadfirejail-16497087c03e68c46b54247fda6e4e03f8e52d34.tar.gz
firejail-16497087c03e68c46b54247fda6e4e03f8e52d34.tar.zst
firejail-16497087c03e68c46b54247fda6e4e03f8e52d34.zip
Merge pull request #1526 from smitsohu/caps
tighten some capability sets further
Diffstat (limited to 'etc')
-rw-r--r--etc/dnscrypt-proxy.profile2
-rw-r--r--etc/dnsmasq.profile1
-rw-r--r--etc/unbound.profile2
-rw-r--r--etc/wireshark.profile3
4 files changed, 5 insertions, 3 deletions
diff --git a/etc/dnscrypt-proxy.profile b/etc/dnscrypt-proxy.profile
index a1ccfbe22..86af9c7b3 100644
--- a/etc/dnscrypt-proxy.profile
+++ b/etc/dnscrypt-proxy.profile
@@ -17,7 +17,7 @@ include /etc/firejail/disable-passwdmgr.inc
17include /etc/firejail/disable-programs.inc 17include /etc/firejail/disable-programs.inc
18 18
19caps 19caps
20# caps.keep ipc_lock,net_bind_service,setgid,setuid,sys_chroot,sys_resource 20# caps.keep ipc_lock,net_bind_service,setgid,setuid,sys_chroot
21no3d 21no3d
22nodvd 22nodvd
23nonewprivs 23nonewprivs
diff --git a/etc/dnsmasq.profile b/etc/dnsmasq.profile
index ce159c343..d4cd0530e 100644
--- a/etc/dnsmasq.profile
+++ b/etc/dnsmasq.profile
@@ -17,6 +17,7 @@ include /etc/firejail/disable-passwdmgr.inc
17include /etc/firejail/disable-programs.inc 17include /etc/firejail/disable-programs.inc
18 18
19caps 19caps
20# caps.keep net_admin,net_bind_service,net_raw,setgid,setuid
20no3d 21no3d
21nodvd 22nodvd
22nonewprivs 23nonewprivs
diff --git a/etc/unbound.profile b/etc/unbound.profile
index afc903e88..2a38aa7c6 100644
--- a/etc/unbound.profile
+++ b/etc/unbound.profile
@@ -17,7 +17,7 @@ include /etc/firejail/disable-passwdmgr.inc
17include /etc/firejail/disable-programs.inc 17include /etc/firejail/disable-programs.inc
18 18
19caps 19caps
20# caps.keep ipc_lock,net_bind_service,setgid,setuid,sys_chroot,sys_resource 20# caps.keep net_bind_service,setgid,setuid,sys_chroot,sys_resource
21no3d 21no3d
22nodvd 22nodvd
23nonewprivs 23nonewprivs
diff --git a/etc/wireshark.profile b/etc/wireshark.profile
index 57f4f2f5b..f1a17ba93 100644
--- a/etc/wireshark.profile
+++ b/etc/wireshark.profile
@@ -12,7 +12,7 @@ include /etc/firejail/disable-devel.inc
12include /etc/firejail/disable-passwdmgr.inc 12include /etc/firejail/disable-passwdmgr.inc
13include /etc/firejail/disable-programs.inc 13include /etc/firejail/disable-programs.inc
14 14
15# caps.drop all 15caps.keep dac_override,net_admin,net_raw
16netfilter 16netfilter
17no3d 17no3d
18# nogroups - breaks unprivileged wireshark usage 18# nogroups - breaks unprivileged wireshark usage
@@ -21,6 +21,7 @@ no3d
21nodvd 21nodvd
22nosound 22nosound
23notv 23notv
24novideo
24# protocol unix,inet,inet6,netlink 25# protocol unix,inet,inet6,netlink
25# seccomp - breaks unprivileged wireshark usage 26# seccomp - breaks unprivileged wireshark usage
26shell none 27shell none