summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--etc/tcpdump.profile44
-rw-r--r--etc/tshark.profile44
4 files changed, 90 insertions, 2 deletions
diff --git a/README.md b/README.md
index 26e26612c..879a2eeed 100644
--- a/README.md
+++ b/README.md
@@ -111,4 +111,4 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
111 111
112## New profiles: 112## New profiles:
113 113
114klatexformula, klatexformula_cmdl, links, pandoc, qgis, teams-for-linux, xlinks OpenArena, gnome-sound-recorder, godot 114klatexformula, klatexformula_cmdl, links, pandoc, qgis, teams-for-linux, xlinks, OpenArena, gnome-sound-recorder, godot, tcpdump, tshark
diff --git a/RELNOTES b/RELNOTES
index 639f989eb..0ecb40688 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -3,7 +3,7 @@ firejail (0.9.61) baseline; urgency=low
3 * profile templates 3 * profile templates
4 * new profiles: qgis, klatexformula, klatexformula_cmdl, links, xlinks 4 * new profiles: qgis, klatexformula, klatexformula_cmdl, links, xlinks
5 * new profiles: pandoc, teams-for-linux, OpenArena, gnome-sound-recorder 5 * new profiles: pandoc, teams-for-linux, OpenArena, gnome-sound-recorder
6 * new profiles: godot 6 * new profiles: godot, tcpdump, tshark
7 -- netblue30 <netblue30@yahoo.com> Sat, 1 Jun 2019 08:00:00 -0500 7 -- netblue30 <netblue30@yahoo.com> Sat, 1 Jun 2019 08:00:00 -0500
8 8
9firejail (0.9.60) baseline; urgency=low 9firejail (0.9.60) baseline; urgency=low
diff --git a/etc/tcpdump.profile b/etc/tcpdump.profile
new file mode 100644
index 000000000..7713ac6c0
--- /dev/null
+++ b/etc/tcpdump.profile
@@ -0,0 +1,44 @@
1# Firejail profile for tcpdump
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include tcpdump.local
6# Persistent global definitions
7include globals.local
8
9noblacklist /sbin
10noblacklist /usr/sbin
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17include disable-xdg.inc
18include whitelist-common.inc
19
20caps.keep net_raw
21ipc-namespace
22#net tun0
23netfilter
24no3d
25nodvd
26#nogroups
27nonewprivs
28#noroot
29nosound
30notv
31nou2f
32novideo
33
34protocol unix,inet,inet6,netlink,packet
35seccomp
36
37disable-mnt
38#private
39#private-bin tcpdump
40private-dev
41#private-etc
42private-tmp
43
44memory-deny-write-execute
diff --git a/etc/tshark.profile b/etc/tshark.profile
new file mode 100644
index 000000000..52ee228a3
--- /dev/null
+++ b/etc/tshark.profile
@@ -0,0 +1,44 @@
1# Firejail profile for tshark
2# This file is overwritten after every install/update
3quiet
4# Persistent local customizations
5include tshark.local
6# Persistent global definitions
7include globals.local
8
9include disable-common.inc
10include disable-devel.inc
11include disable-exec.inc
12include disable-interpreters.inc
13include disable-passwdmgr.inc
14include disable-programs.inc
15include disable-xdg.inc
16include whitelist-common.inc
17
18#caps.keep net_raw
19caps.keep dac_override,net_admin,net_raw
20ipc-namespace
21#net tun0
22netfilter
23no3d
24nodvd
25# nogroups - breaks network traffic capture for unprivileged users
26# nonewprivs - breaks network traffic capture for unprivileged users
27# noroot
28nosound
29notv
30nou2f
31novideo
32
33#protocol unix,inet,inet6,netlink,packet
34#seccomp
35
36disable-mnt
37#private
38private-cache
39#private-bin tshark
40private-dev
41#private-etc
42private-tmp
43
44# memory-deny-write-execute