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