diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-18 18:27:18 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-18 18:27:18 -0400 |
commit | 03d66161667eb0c844f55447cc5605f63e2f5cbb (patch) | |
tree | 6fa1994667c0ed3964678010da1bd9070e5df0c3 | |
parent | 7b161d7683543172887e5c7a3cb33aa3bf8b1cda (diff) | |
download | selinux-policy-03d66161667eb0c844f55447cc5605f63e2f5cbb.tar.gz |
allow weechat to read /etc
-rw-r--r-- | src/agent/weechat.cil | 5 |
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)) |