diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-21 17:58:09 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-21 17:58:09 -0400 |
commit | f247d6faaa84816864fd43493b6307633f772afe (patch) | |
tree | 7f9db0b9cf440dc82839d72995ea4e5dd8e09623 | |
parent | 5da8bad71eeb85351c91130396d4c8b9bf51c32e (diff) | |
download | selinux-policy-f247d6faaa84816864fd43493b6307633f772afe.tar.gz |
add . prefix to "data" macro calls
-rw-r--r-- | src/agent/weechat.cil | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/agent/weechat.cil b/src/agent/weechat.cil index dca6591..df85aa7 100644 --- a/src/agent/weechat.cil +++ b/src/agent/weechat.cil @@ -39,8 +39,8 @@ (call .conf.read_file_lnk_files (subj)) ;; read /usr/share - (call data.search_file_dirs (subj)) - (call data.read_file_files (subj)) + (call .data.search_file_dirs (subj)) + (call .data.read_file_files (subj)) ;; access config stuff (call .home.search_file_dirs (subj)) |