From b143fd26eb47de1b0745cf0c11d8ab14a4b4235e Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sat, 23 Oct 2021 16:45:12 +0200 Subject: add wrc to several profiles --- etc/profile-a-l/akonadi_control.profile | 1 + etc/profile-a-l/akregator.profile | 1 + etc/profile-a-l/ark.profile | 1 + etc/profile-a-l/audacious.profile | 1 + etc/profile-a-l/baloo_file.profile | 1 + etc/profile-a-l/dragon.profile | 1 + etc/profile-a-l/falkon.profile | 1 + etc/profile-a-l/gimp.profile | 1 + etc/profile-a-l/gwenview.profile | 1 + etc/profile-a-l/inkscape.profile | 1 + etc/profile-a-l/kaffeine.profile | 1 + etc/profile-a-l/kate.profile | 1 + etc/profile-a-l/kcalc.profile | 1 + etc/profile-a-l/kdiff3.profile | 2 ++ etc/profile-a-l/kget.profile | 1 + etc/profile-a-l/kmail.profile | 1 + etc/profile-a-l/konversation.profile | 1 + etc/profile-a-l/ktorrent.profile | 1 + etc/profile-a-l/kwin_x11.profile | 1 + etc/profile-a-l/kwrite.profile | 1 + etc/profile-a-l/libreoffice.profile | 1 + etc/profile-m-z/okular.profile | 1 + 22 files changed, 23 insertions(+) diff --git a/etc/profile-a-l/akonadi_control.profile b/etc/profile-a-l/akonadi_control.profile index 168e81985..f3fb678d1 100644 --- a/etc/profile-a-l/akonadi_control.profile +++ b/etc/profile-a-l/akonadi_control.profile @@ -27,6 +27,7 @@ include disable-exec.inc include disable-interpreters.inc include disable-programs.inc +include whitelist-run-common.inc include whitelist-var-common.inc # disabled options below are not compatible with the apparmor profile for mysqld-akonadi. diff --git a/etc/profile-a-l/akregator.profile b/etc/profile-a-l/akregator.profile index d1e7df37b..39008d67a 100644 --- a/etc/profile-a-l/akregator.profile +++ b/etc/profile-a-l/akregator.profile @@ -25,6 +25,7 @@ whitelist ${HOME}/.local/share/akregator whitelist ${HOME}/.local/share/kssl whitelist ${HOME}/.local/share/kxmlgui5/akregator include whitelist-common.inc +include whitelist-run-common.inc include whitelist-var-common.inc caps.drop all diff --git a/etc/profile-a-l/ark.profile b/etc/profile-a-l/ark.profile index 45071dc62..a26592f3a 100644 --- a/etc/profile-a-l/ark.profile +++ b/etc/profile-a-l/ark.profile @@ -16,6 +16,7 @@ include disable-interpreters.inc include disable-programs.inc whitelist /usr/share/ark +include whitelist-run-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc diff --git a/etc/profile-a-l/audacious.profile b/etc/profile-a-l/audacious.profile index d71370b7e..e9ecdd72e 100644 --- a/etc/profile-a-l/audacious.profile +++ b/etc/profile-a-l/audacious.profile @@ -17,6 +17,7 @@ include disable-interpreters.inc include disable-programs.inc include disable-xdg.inc +include whitelist-run-common.inc include whitelist-var-common.inc apparmor diff --git a/etc/profile-a-l/baloo_file.profile b/etc/profile-a-l/baloo_file.profile index 252016bec..55d2453d8 100644 --- a/etc/profile-a-l/baloo_file.profile +++ b/etc/profile-a-l/baloo_file.profile @@ -25,6 +25,7 @@ include disable-exec.inc include disable-interpreters.inc include disable-programs.inc +include whitelist-run-common.inc include whitelist-var-common.inc apparmor diff --git a/etc/profile-a-l/dragon.profile b/etc/profile-a-l/dragon.profile index 26243ab4e..d5591adfb 100644 --- a/etc/profile-a-l/dragon.profile +++ b/etc/profile-a-l/dragon.profile @@ -19,6 +19,7 @@ include disable-shell.inc include disable-xdg.inc whitelist /usr/share/dragonplayer +include whitelist-run-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc diff --git a/etc/profile-a-l/falkon.profile b/etc/profile-a-l/falkon.profile index 62ea449a6..03d6b30a1 100644 --- a/etc/profile-a-l/falkon.profile +++ b/etc/profile-a-l/falkon.profile @@ -23,6 +23,7 @@ whitelist ${HOME}/.cache/falkon whitelist ${HOME}/.config/falkon whitelist /usr/share/falkon 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/gimp.profile b/etc/profile-a-l/gimp.profile index df9c2ac7a..28070cb9c 100644 --- a/etc/profile-a-l/gimp.profile +++ b/etc/profile-a-l/gimp.profile @@ -39,6 +39,7 @@ whitelist /usr/share/gegl-0.4 whitelist /usr/share/gimp whitelist /usr/share/mypaint-data whitelist /usr/share/lensfun +include whitelist-run-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc diff --git a/etc/profile-a-l/gwenview.profile b/etc/profile-a-l/gwenview.profile index 8becf6d84..d98d341ae 100644 --- a/etc/profile-a-l/gwenview.profile +++ b/etc/profile-a-l/gwenview.profile @@ -25,6 +25,7 @@ include disable-interpreters.inc include disable-programs.inc include disable-shell.inc +include whitelist-run-common.inc include whitelist-var-common.inc apparmor diff --git a/etc/profile-a-l/inkscape.profile b/etc/profile-a-l/inkscape.profile index e0015e69a..016a4d6c8 100644 --- a/etc/profile-a-l/inkscape.profile +++ b/etc/profile-a-l/inkscape.profile @@ -29,6 +29,7 @@ include disable-programs.inc include disable-xdg.inc whitelist /usr/share/inkscape +include whitelist-run-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc diff --git a/etc/profile-a-l/kaffeine.profile b/etc/profile-a-l/kaffeine.profile index 8799a6f24..e74c57546 100644 --- a/etc/profile-a-l/kaffeine.profile +++ b/etc/profile-a-l/kaffeine.profile @@ -22,6 +22,7 @@ include disable-interpreters.inc include disable-programs.inc include disable-xdg.inc +include whitelist-run-common.inc include whitelist-var-common.inc caps.drop all diff --git a/etc/profile-a-l/kate.profile b/etc/profile-a-l/kate.profile index d8b2dddb1..8c340d536 100644 --- a/etc/profile-a-l/kate.profile +++ b/etc/profile-a-l/kate.profile @@ -29,6 +29,7 @@ include disable-exec.inc # include disable-interpreters.inc include disable-programs.inc +include whitelist-run-common.inc include whitelist-var-common.inc # apparmor diff --git a/etc/profile-a-l/kcalc.profile b/etc/profile-a-l/kcalc.profile index c551dbdbe..06978cbf1 100644 --- a/etc/profile-a-l/kcalc.profile +++ b/etc/profile-a-l/kcalc.profile @@ -28,6 +28,7 @@ whitelist /usr/share/config.kcfg/kcalc.kcfg whitelist /usr/share/kcalc whitelist /usr/share/kconf_update/kcalcrc.upd 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/kdiff3.profile b/etc/profile-a-l/kdiff3.profile index fa50b0a20..df7ee31dc 100644 --- a/etc/profile-a-l/kdiff3.profile +++ b/etc/profile-a-l/kdiff3.profile @@ -23,6 +23,8 @@ include disable-interpreters.inc include disable-shell.inc include disable-xdg.inc +# Add the next line to your kdiff3.local if you don't need to compare files in /run. +#include whitelist-run-common.inc include whitelist-runuser-common.inc # Add the next line to your kdiff3.local if you don't need to compare files in /usr/share. #include whitelist-usr-share-common.inc diff --git a/etc/profile-a-l/kget.profile b/etc/profile-a-l/kget.profile index ec315b431..9b6646725 100644 --- a/etc/profile-a-l/kget.profile +++ b/etc/profile-a-l/kget.profile @@ -20,6 +20,7 @@ include disable-exec.inc include disable-interpreters.inc include disable-programs.inc +include whitelist-run-common.inc include whitelist-var-common.inc caps.drop all diff --git a/etc/profile-a-l/kmail.profile b/etc/profile-a-l/kmail.profile index 2c645677c..0796e6876 100644 --- a/etc/profile-a-l/kmail.profile +++ b/etc/profile-a-l/kmail.profile @@ -37,6 +37,7 @@ include disable-exec.inc include disable-interpreters.inc include disable-programs.inc +include whitelist-run-common.inc include whitelist-var-common.inc # apparmor diff --git a/etc/profile-a-l/konversation.profile b/etc/profile-a-l/konversation.profile index 723fef0d2..1121dc8a5 100644 --- a/etc/profile-a-l/konversation.profile +++ b/etc/profile-a-l/konversation.profile @@ -20,6 +20,7 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc +include whitelist-run-common.inc include whitelist-var-common.inc caps.drop all diff --git a/etc/profile-a-l/ktorrent.profile b/etc/profile-a-l/ktorrent.profile index 9d8aa1bd7..6e3b0c875 100644 --- a/etc/profile-a-l/ktorrent.profile +++ b/etc/profile-a-l/ktorrent.profile @@ -37,6 +37,7 @@ whitelist ${HOME}/.kde4/share/config/ktorrentrc whitelist ${HOME}/.local/share/ktorrent whitelist ${HOME}/.local/share/kxmlgui5/ktorrent include whitelist-common.inc +include whitelist-run-common.inc include whitelist-var-common.inc caps.drop all diff --git a/etc/profile-a-l/kwin_x11.profile b/etc/profile-a-l/kwin_x11.profile index 32e9870e5..0b8763c29 100644 --- a/etc/profile-a-l/kwin_x11.profile +++ b/etc/profile-a-l/kwin_x11.profile @@ -21,6 +21,7 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc +include whitelist-run-common.inc include whitelist-var-common.inc caps.drop all diff --git a/etc/profile-a-l/kwrite.profile b/etc/profile-a-l/kwrite.profile index cd5ce7034..aff6f3181 100644 --- a/etc/profile-a-l/kwrite.profile +++ b/etc/profile-a-l/kwrite.profile @@ -24,6 +24,7 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc +include whitelist-run-common.inc include whitelist-var-common.inc apparmor diff --git a/etc/profile-a-l/libreoffice.profile b/etc/profile-a-l/libreoffice.profile index 328307705..12ff79748 100644 --- a/etc/profile-a-l/libreoffice.profile +++ b/etc/profile-a-l/libreoffice.profile @@ -21,6 +21,7 @@ include disable-devel.inc include disable-exec.inc include disable-programs.inc +include whitelist-run-common.inc include whitelist-var-common.inc # Debian 10/Ubuntu 18.04 come with their own apparmor profile, but it is not in enforce mode. diff --git a/etc/profile-m-z/okular.profile b/etc/profile-m-z/okular.profile index 0a200b46e..fb28ad89f 100644 --- a/etc/profile-m-z/okular.profile +++ b/etc/profile-m-z/okular.profile @@ -36,6 +36,7 @@ whitelist /usr/share/kconf_update/okular.upd whitelist /usr/share/kxmlgui5/okular whitelist /usr/share/okular whitelist /usr/share/poppler +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