aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--RELNOTES2
-rw-r--r--etc/mpg123.profile38
-rw-r--r--src/firecfg/firecfg.config1
4 files changed, 42 insertions, 2 deletions
diff --git a/README.md b/README.md
index 22d094d04..e1dc875ab 100644
--- a/README.md
+++ b/README.md
@@ -115,4 +115,5 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
115 115
116## New profiles: 116## New profiles:
117 117
118gnome-sound-recorder, godot, jerry, keepassxc-cli, keepassxc-proxy, klatexformula, klatexformula_cmdl, links, newsbeuter, OpenArena, pandoc, qgis, rhythmbox-client, tcpdump, teams-for-linux, tshark, xlinks, zeal 118gnome-sound-recorder, godot, jerry, keepassxc-cli, keepassxc-proxy, klatexformula, klatexformula_cmdl, links, newsbeuter, OpenArena, pandoc, qgis, rhythmbox-client, tcpdump, teams-for-linux, tshark, xlinks, zeal,
119mpg123,
diff --git a/RELNOTES b/RELNOTES
index b1e403d88..d5baa3bc4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -5,7 +5,7 @@ firejail (0.9.61) baseline; urgency=low
5 * new profiles: qgis, klatexformula, klatexformula_cmdl, links, xlinks 5 * new profiles: qgis, klatexformula, klatexformula_cmdl, links, xlinks
6 * new profiles: pandoc, teams-for-linux, OpenArena, gnome-sound-recorder 6 * new profiles: pandoc, teams-for-linux, OpenArena, gnome-sound-recorder
7 * new profiles: godot, tcpdump, tshark, newsbeuter, keepassxc-cli 7 * new profiles: godot, tcpdump, tshark, newsbeuter, keepassxc-cli
8 * new profiles: keepassxc-proxy, rhythmbox-client, jerry, zeal 8 * new profiles: keepassxc-proxy, rhythmbox-client, jerry, zeal, mpg123
9 -- netblue30 <netblue30@yahoo.com> Sat, 1 Jun 2019 08:00:00 -0500 9 -- netblue30 <netblue30@yahoo.com> Sat, 1 Jun 2019 08:00:00 -0500
10 10
11firejail (0.9.60) baseline; urgency=low 11firejail (0.9.60) baseline; urgency=low
diff --git a/etc/mpg123.profile b/etc/mpg123.profile
new file mode 100644
index 000000000..8a8907c39
--- /dev/null
+++ b/etc/mpg123.profile
@@ -0,0 +1,38 @@
1# Firejail profile for mpg123
2# Description: MPEG audio player/decoder
3# This file is overwritten after every install/update
4# Persistent local customizations
5include mpg123.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${MUSIC}
10noblacklist ${VIDEOS}
11
12include disable-common.inc
13include disable-devel.inc
14include disable-exec.inc
15include disable-interpreters.inc
16include disable-passwdmgr.inc
17include disable-programs.inc
18include disable-xdg.inc
19
20include whitelist-var-common.inc
21
22apparmor
23caps.drop all
24netfilter
25nodbus
26nogroups
27nonewprivs
28noroot
29nou2f
30protocol unix,inet,inet6,netlink
31seccomp
32shell none
33
34#private-bin mpg123*
35private-dev
36private-tmp
37
38memory-deny-write-execute
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 04bf123ad..bb55357ae 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -379,6 +379,7 @@ mp3splt
379mp3splt-gtk 379mp3splt-gtk
380mp3wrap 380mp3wrap
381mpDris2 381mpDris2
382mpg123
382mplayer 383mplayer
383mpsyt 384mpsyt
384mpv 385mpv