From 8d3d67e8960f87a7592bc3a1623f27b45a52edb5 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Wed, 4 Aug 2021 16:34:38 +0200 Subject: Add wru to firefox-common, chromium-common and profile.template Still unresolved: > If someone who use systemd-resolved can say more which resolv.conf is necessary on such system. > whitelist /run/systemd/resolve/resolv.conf > whitelist /run/systemd/resolve/stub-resolv.conf --- etc/profile-a-l/chromium-common.profile | 1 + etc/profile-a-l/firefox-common.profile | 1 + etc/templates/profile.template | 1 + 3 files changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/profile-a-l/chromium-common.profile b/etc/profile-a-l/chromium-common.profile index b0e0254d4..3b533e458 100644 --- a/etc/profile-a-l/chromium-common.profile +++ b/etc/profile-a-l/chromium-common.profile @@ -30,6 +30,7 @@ whitelist ${DOWNLOADS} whitelist ${HOME}/.pki whitelist ${HOME}/.local/share/pki include whitelist-common.inc +include whitelist-run-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc diff --git a/etc/profile-a-l/firefox-common.profile b/etc/profile-a-l/firefox-common.profile index 8b74ed979..20ae039aa 100644 --- a/etc/profile-a-l/firefox-common.profile +++ b/etc/profile-a-l/firefox-common.profile @@ -27,6 +27,7 @@ whitelist ${DOWNLOADS} whitelist ${HOME}/.pki whitelist ${HOME}/.local/share/pki include whitelist-common.inc +include whitelist-run-common.inc include whitelist-runuser-common.inc include whitelist-var-common.inc diff --git a/etc/templates/profile.template b/etc/templates/profile.template index 18e4e8bce..95ce2e924 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -133,6 +133,7 @@ include globals.local ##mkfile PATH #whitelist PATH #include whitelist-common.inc +#include whitelist-run-common.inc #include whitelist-runuser-common.inc #include whitelist-usr-share-common.inc #include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2