From 7b8843fa8720e23351c2f0f3f29976cfc3fd964d Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Wed, 7 Dec 2016 11:32:03 -0600 Subject: Wireshark profile --- etc/wireshark.profile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 etc/wireshark.profile diff --git a/etc/wireshark.profile b/etc/wireshark.profile new file mode 100644 index 000000000..898fc787e --- /dev/null +++ b/etc/wireshark.profile @@ -0,0 +1,22 @@ +# Firejail profile for +noblacklist ${HOME}/.config/wireshark + +include /etc/firejail/disable-common.inc +include /etc/firejail/disable-programs.inc +include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-passwdmgr.inc + +caps.drop all +netfilter +nogroups +nonewprivs +noroot +nosound +protocol unix,inet,inet6,netlink +seccomp +shell none +tracelog + +private-bin wireshark +private-dev +private-tmp -- cgit v1.2.3-70-g09d2 From 135ed96ca18fba8662591171e8cd944b8398d29e Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Wed, 7 Dec 2016 11:37:18 -0600 Subject: Extra wireshark files --- README | 1 + README.md | 4 ++-- RELNOTES | 2 +- etc/disable-programs.inc | 1 + platform/debian/conffiles | 2 ++ src/firecfg/firecfg.config | 1 + 6 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README b/README index 7570cc3f6..10136207d 100644 --- a/README +++ b/README @@ -82,6 +82,7 @@ Fred-Barclay (https://github.com/Fred-Barclay) - added xiphos and Tor Browser Bundle profiles - added xed and pluma profiles - added Cryptocat profile + - added wireshark profile valoq (https://github.com/valoq) - lots of profile fixes - added support for /srv in --whitelist feature diff --git a/README.md b/README.md index 16f84493b..609533a91 100644 --- a/README.md +++ b/README.md @@ -88,5 +88,5 @@ amarok, ark, atool, bleachbit, brasero, dolphin, dragon, elinks, enchant, exifto gjs, gnome-books, gnome-clocks, gnome-documents, gnome-maps, gnome-music, gnome-photos, gnome-weather, goobox, gpa, gpg, gpg-agent, highlight, img2txt, k3b, kate, lynx, mediainfo, nautilus, odt2txt, pdftotext, simple-scan, skanlite, ssh-agent, tracker, transmission-cli, transmission-show, w3m, xfburn, xpra, wget, -xed, pluma, Cryptocat Bless, Gnome 2048, Gnome Calculator, Gnome Contacts, JD-GUI, Lollypop, MultiMC5, -PDFSam, Pithos, Xonotic +xed, pluma, Cryptocat, Bless, Gnome 2048, Gnome Calculator, Gnome Contacts, JD-GUI, Lollypop, MultiMC5, +PDFSam, Pithos, Xonotic, wireshark diff --git a/RELNOTES b/RELNOTES index c3a077c5e..28aa1f4e1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -16,7 +16,7 @@ firejail (0.9.45) baseline; urgency=low * new profiles: mumble, zoom, Guayadeque, qemu, keypass2, xed, pluma, * new profiles: Cryptocat, Bless, Gnome 2048, Gnome Calculator, * new profiles: Gnome Contacts, JD-GUI, Lollypop, MultiMC5, PDFSam, Pithos, - * new profies: Xonotic + * new profies: Xonotic, wireshark * bugfixes -- netblue30 Sun, 23 Oct 2016 08:00:00 -0500 diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index 48701b520..a9ca487c5 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -139,6 +139,7 @@ blacklist ${HOME}/.config/vivaldi blacklist ${HOME}/.config/vlc blacklist ${HOME}/.config/wesnoth blacklist ${HOME}/.config/wire +blacklist ${HOME}/.config/wireshark blacklist ${HOME}/.config/xchat blacklist ${HOME}/.config/xed blacklist ${HOME}/.config/xfburn diff --git a/platform/debian/conffiles b/platform/debian/conffiles index 551e7ad36..97e7cf884 100644 --- a/platform/debian/conffiles +++ b/platform/debian/conffiles @@ -27,6 +27,7 @@ /etc/firejail/conkeror.profile /etc/firejail/corebird.profile /etc/firejail/cpio.profile +/etc/firejail/cryptocat.profile /etc/firejail/Cryptocat.profile /etc/firejail/cyberfox.profile /etc/firejail/deadbeef.profile @@ -209,6 +210,7 @@ /etc/firejail/whitelist-common.inc /etc/firejail/wine.profile /etc/firejail/wire.profile +/etc/firejail/wireshark.profile /etc/firejail/xchat.profile /etc/firejail/xed.profile /etc/firejail/xfburn.profile diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index 369abdc20..c4f52e256 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -192,6 +192,7 @@ keepass2 keepassx pluma tracker +wireshark xiphos xed -- cgit v1.2.3-70-g09d2