summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-18 18:27:18 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-18 18:27:18 -0400
commit03d66161667eb0c844f55447cc5605f63e2f5cbb (patch)
tree6fa1994667c0ed3964678010da1bd9070e5df0c3
parent7b161d7683543172887e5c7a3cb33aa3bf8b1cda (diff)
downloadselinux-policy-03d66161667eb0c844f55447cc5605f63e2f5cbb.tar.gz
allow weechat to read /etc
-rw-r--r--src/agent/weechat.cil5
1 files changed, 5 insertions, 0 deletions
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))