aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--etc/disable-programs.inc1
-rw-r--r--etc/pragha.profile39
-rw-r--r--etc/wire-desktop.profile2
-rw-r--r--src/firecfg/firecfg.config1
6 files changed, 44 insertions, 3 deletions
diff --git a/README.md b/README.md
index 82c1a7bff..3eecca941 100644
--- a/README.md
+++ b/README.md
@@ -102,4 +102,4 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
102## Current development version: 0.9.59 102## Current development version: 0.9.59
103 103
104## New profiles: 104## New profiles:
105crow, nyx, klavaro, mypaint, celluoid, nano, transgui, sysprof, simplescreenrecorder, geekbench, xfce4-mixer, pavucontrol, d-feet, seahorse, secret-tool, gnome-keyring, regextester, hardinfo, gnome-system-log, gnome-nettool, netactview, redshift, devhelp, assogiate, subdownloader, font-manager, exfalso, gconf-editor, dconf-editor, mpdris2, sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings, code-oss 105crow, nyx, klavaro, mypaint, celluoid, nano, transgui, sysprof, simplescreenrecorder, geekbench, xfce4-mixer, pavucontrol, d-feet, seahorse, secret-tool, gnome-keyring, regextester, hardinfo, gnome-system-log, gnome-nettool, netactview, redshift, devhelp, assogiate, subdownloader, font-manager, exfalso, gconf-editor, dconf-editor, mpdris2, sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings, code-oss, pragha
diff --git a/RELNOTES b/RELNOTES
index 14b42e295..d780cc823 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -6,7 +6,7 @@ firejail (0.9.59) baseline; urgency=low
6 * new profiles: netactview, redshift, devhelp, assogiate, subdownloader 6 * new profiles: netactview, redshift, devhelp, assogiate, subdownloader
7 * new profiles: font-manager, exfalso, gconf-editor, dconf-editor 7 * new profiles: font-manager, exfalso, gconf-editor, dconf-editor
8 * new profiles: sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings 8 * new profiles: sysprof-cli, seahorse-tool, secret-tool, dconf, gsettings
9 * new profiles: code-oss 9 * new profiles: code-oss, pragha
10 * memory-deny-write-execute now also blocks memfd_create 10 * memory-deny-write-execute now also blocks memfd_create
11 11
12firejail (0.9.58,2) baseline; urgency=low 12firejail (0.9.58,2) baseline; urgency=low
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 54b10acc4..971e00f18 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -239,6 +239,7 @@ blacklist ${HOME}/.config/pitivi
239blacklist ${HOME}/.config/pix 239blacklist ${HOME}/.config/pix
240blacklist ${HOME}/.config/pluma 240blacklist ${HOME}/.config/pluma
241blacklist ${HOME}/.config/ppsspp 241blacklist ${HOME}/.config/ppsspp
242blacklist ${HOME}/.config/pragha
242blacklist ${HOME}/.config/psi+ 243blacklist ${HOME}/.config/psi+
243blacklist ${HOME}/.config/qBittorrent 244blacklist ${HOME}/.config/qBittorrent
244blacklist ${HOME}/.config/qBittorrentrc 245blacklist ${HOME}/.config/qBittorrentrc
diff --git a/etc/pragha.profile b/etc/pragha.profile
new file mode 100644
index 000000000..a595caee9
--- /dev/null
+++ b/etc/pragha.profile
@@ -0,0 +1,39 @@
1# Firejail profile for pragha
2# Description: A lightweight GTK music player
3# This file is overwritten after every install/update
4# Persistent local customizations
5include pragha.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/pragha
10noblacklist ${MUSIC}
11
12include disable-common.inc
13include disable-devel.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17include disable-xdg.inc
18
19include whitelist-var-common.inc
20
21caps.drop all
22netfilter
23no3d
24nogroups
25nonewprivs
26noroot
27notv
28nou2f
29novideo
30protocol unix,inet,inet6
31seccomp
32shell none
33
34private-dev
35private-etc alternatives,asound.conf,ca-certificates,fonts,host.conf,hostname,hosts,pulse,resolv.conf,ssl,pki,crypto-policies,gtk-3.0,xdg,machine-id
36private-tmp
37
38noexec ${HOME}
39noexec /tmp
diff --git a/etc/wire-desktop.profile b/etc/wire-desktop.profile
index e974e4304..3953de614 100644
--- a/etc/wire-desktop.profile
+++ b/etc/wire-desktop.profile
@@ -35,7 +35,7 @@ shell none
35# it is not in PATH. To use Wire with firejail, run "firejail /opt/wire-desktop/wire-desktop" 35# it is not in PATH. To use Wire with firejail, run "firejail /opt/wire-desktop/wire-desktop"
36 36
37disable-mnt 37disable-mnt
38private-bin wire-desktop 38private-bin wire-desktop,bash,sh,env,electron
39private-dev 39private-dev
40private-etc alternatives,fonts,machine-id,resolv.conf,ca-certificates,ssl,pki,crypto-policies 40private-etc alternatives,fonts,machine-id,resolv.conf,ca-certificates,ssl,pki,crypto-policies
41private-tmp 41private-tmp
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 0633d62e9..35dda8393 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -98,6 +98,7 @@ clipit
98cliqz 98cliqz
99cmus 99cmus
100code 100code
101code-oss
101conkeror 102conkeror
102conky 103conky
103corebird 104corebird