aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES1
-rw-r--r--etc/inc/whitelist-run-common.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index b3079a55e..c75a5fe93 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -3,6 +3,7 @@ firejail (0.9.69) baseline; urgency=low
3 * feature: enable shell tab completion (#4936) 3 * feature: enable shell tab completion (#4936)
4 * bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910) 4 * bugfix: --private-cwd not expanding macros, broken hyperrogue (#4910)
5 * bugfix: nogroups + wrc prints confusing messages (#4930 #4933) 5 * bugfix: nogroups + wrc prints confusing messages (#4930 #4933)
6 * bugfix: openSUSE Leap - whitelist-run-common.inc (#4954)
6 * ci: replace centos (EOL) with almalinux (#4912) 7 * ci: replace centos (EOL) with almalinux (#4912)
7 * docs: Refer to firejail.config in configuration files (#4916) 8 * docs: Refer to firejail.config in configuration files (#4916)
8 * new profiles: onionshare, onionshare-cli 9 * new profiles: onionshare, onionshare-cli
diff --git a/etc/inc/whitelist-run-common.inc b/etc/inc/whitelist-run-common.inc
index d74655a08..26160a10b 100644
--- a/etc/inc/whitelist-run-common.inc
+++ b/etc/inc/whitelist-run-common.inc
@@ -7,6 +7,7 @@ whitelist /run/cups/cups.sock
7whitelist /run/dbus/system_bus_socket 7whitelist /run/dbus/system_bus_socket
8whitelist /run/media 8whitelist /run/media
9whitelist /run/resolvconf/resolv.conf 9whitelist /run/resolvconf/resolv.conf
10whitelist /run/netconfig/resolv.conf # openSUSE Leap
10whitelist /run/shm 11whitelist /run/shm
11whitelist /run/systemd/journal/dev-log 12whitelist /run/systemd/journal/dev-log
12whitelist /run/systemd/journal/socket 13whitelist /run/systemd/journal/socket