From 3a26d0a7f545d0ddd4f3b606fd03f79855bf72c4 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Wed, 30 Oct 2019 19:59:24 +0000 Subject: Wusc fixes for profiles allowing perl (#3021) * Grant wusc access to perl in spectre-meltdown.profile * Grant wusc access to perl for exiftool.profile * Grant wusc access to perl for conplay.profile * Grant wusc access to perl for clawsker.profile * Grant wusc access to perl for checkbashisms.profile --- etc/checkbashisms.profile | 1 + etc/clawsker.profile | 1 + etc/conplay.profile | 2 ++ etc/exiftool.profile | 1 + etc/spectre-meltdown-checker.profile | 1 + 5 files changed, 6 insertions(+) (limited to 'etc') diff --git a/etc/checkbashisms.profile b/etc/checkbashisms.profile index 0abe87511..c66776b9f 100644 --- a/etc/checkbashisms.profile +++ b/etc/checkbashisms.profile @@ -20,6 +20,7 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc +whitelist /usr/share/perl5 include whitelist-usr-share-common.inc include whitelist-var-common.inc diff --git a/etc/clawsker.profile b/etc/clawsker.profile index eb05ed347..486b022ed 100644 --- a/etc/clawsker.profile +++ b/etc/clawsker.profile @@ -20,6 +20,7 @@ include disable-programs.inc mkdir ${HOME}/.claws-mail whitelist ${HOME}/.claws-mail +whitelist /usr/share/perl5 include whitelist-common.inc include whitelist-usr-share-common.inc diff --git a/etc/conplay.profile b/etc/conplay.profile index d0ad7c753..8d9f3324f 100644 --- a/etc/conplay.profile +++ b/etc/conplay.profile @@ -12,5 +12,7 @@ include conplay.local # Allow perl (blacklisted by disable-interpreters.inc) include allow-perl.inc +whitelist /usr/share/perl5 + # Redirect include mpg123.profile diff --git a/etc/exiftool.profile b/etc/exiftool.profile index 565ae8fe9..e455d32c7 100644 --- a/etc/exiftool.profile +++ b/etc/exiftool.profile @@ -16,6 +16,7 @@ include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc +whitelist /usr/share/perl5 include whitelist-usr-share-common.inc apparmor diff --git a/etc/spectre-meltdown-checker.profile b/etc/spectre-meltdown-checker.profile index 1e1b46d3c..3306181e4 100644 --- a/etc/spectre-meltdown-checker.profile +++ b/etc/spectre-meltdown-checker.profile @@ -20,6 +20,7 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc +whitelist /usr/share/perl5 include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2