aboutsummaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-03-15 12:55:09 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-03-15 12:55:09 +0100
commit35443058b6539e8ed251c40bd342912a7e2c1484 (patch)
tree106b848faf3ab7eb27dfbb2b3490fcc9d7949633 /RELNOTES
parentUpdate file.profile (diff)
downloadfirejail-35443058b6539e8ed251c40bd342912a7e2c1484.tar.gz
firejail-35443058b6539e8ed251c40bd342912a7e2c1484.tar.zst
firejail-35443058b6539e8ed251c40bd342912a7e2c1484.zip
add gnome-screenshot.profile
patch for xdg-dbus-proxy ``` --- a/etc/gnome-screenshot.profile +++ b/etc/gnome-screenshot.profile @@ -45,3 +45,8 @@ private-bin gnome-screenshot private-dev private-etc dconf,fonts,gtk-3.0,localtime,machine-id private-tmp + +dbus-user filter +dbus-user.own org.gnome.Screenshot +dbus-user.talk org.gnome.Shell.Screenshot +dbus-system block ``` patch for whitelist-runuser-common.inc ``` --- a/etc/gnome-screenshot.profile +++ b/etc/gnome-screenshot.profile @@ -17,11 +17,8 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc -whitelist ${RUNUSER}/bus -whitelist ${RUNUSER}/pulse -whitelist ${RUNUSER}/gdm/Xauthority -whitelist ${RUNUSER}/wayland-0 include whitelist-usr-share-common.inc +include whitelist-runuser-common.inc include whitelist-var-common.inc apparmor ```
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index df0e3ec85..664696cce 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -8,7 +8,7 @@ firejail (0.9.63) baseline; urgency=low
8 * new profiles: gnome-hexgl, com.github.johnfactotum.Foliate, mupdf-gl, mutool 8 * new profiles: gnome-hexgl, com.github.johnfactotum.Foliate, mupdf-gl, mutool
9 * new profiles: desktopeditors, impressive, planmaker18, planmaker18free 9 * new profiles: desktopeditors, impressive, planmaker18, planmaker18free
10 * new profiles: presentations18, presentations18free, textmaker18, teams 10 * new profiles: presentations18, presentations18free, textmaker18, teams
11 * new profiles: textmaker18free, xournal 11 * new profiles: textmaker18free, xournal, gnome-screenshot
12 12
13firejail (0.9.62) baseline; urgency=low 13firejail (0.9.62) baseline; urgency=low
14 * added file-copy-limit in /etc/firejail/firejail.config 14 * added file-copy-limit in /etc/firejail/firejail.config