From 03d66161667eb0c844f55447cc5605f63e2f5cbb Mon Sep 17 00:00:00 2001 From: John Turner Date: Mon, 18 Aug 2025 18:27:18 -0400 Subject: allow weechat to read /etc --- src/agent/weechat.cil | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/agent/weechat.cil b/src/agent/weechat.cil index ea5791b..dca6591 100644 --- a/src/agent/weechat.cil +++ b/src/agent/weechat.cil @@ -33,6 +33,11 @@ ;; read root (call .root.search_file_dirs (subj)) + ;; read /etc + (call .conf.search_file_dirs (subj)) + (call .conf.read_file_files (subj)) + (call .conf.read_file_lnk_files (subj)) + ;; read /usr/share (call data.search_file_dirs (subj)) (call data.read_file_files (subj)) -- cgit v1.2.3