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 From 1f91fed63615bfc50f7d1a7dae0127bb6b9b240b Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Tue, 8 Jun 2021 11:12:36 +0200 Subject: Update etc/profile-m-z/weechat.profile remove whitespace to comply with the profile template Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> --- etc/profile-m-z/weechat.profile | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/profile-m-z/weechat.profile b/etc/profile-m-z/weechat.profile index 6024a782e..76935212f 100644 --- a/etc/profile-m-z/weechat.profile +++ b/etc/profile-m-z/weechat.profile @@ -12,7 +12,6 @@ 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