From 4e35df105d5dc8844a1d730ce70128069641932d Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Tue, 8 Jun 2021 03:38:16 +0200 Subject: Update weechat.profile weechat needs access to `/usr/share/weechat` if you have any global scripts installed. The directory is empty by default, so there is no additional risk here. --- etc/profile-m-z/weechat.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile-m-z/weechat.profile b/etc/profile-m-z/weechat.profile index 3a93d2ec7..6024a782e 100644 --- a/etc/profile-m-z/weechat.profile +++ b/etc/profile-m-z/weechat.profile @@ -11,6 +11,8 @@ noblacklist ${HOME}/.weechat include disable-common.inc include disable-programs.inc +whitelist /usr/share/weechat + include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-54-g00ecf