diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-21 00:43:49 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-21 00:43:49 -0400 |
commit | aa65eb3a2dc4be277cba2e5a00a4470fe9f2b299 (patch) | |
tree | 2d56f9a27beceef40a5b6cbcbe9f6d430a47c924 /src/agent | |
parent | e4789ab9788364aee07e4485e8103820aa862b17 (diff) | |
download | selinux-policy-debugging.tar.gz |
trying to fix userfiledebugging
Diffstat (limited to 'src/agent')
-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..31901cf 100644 --- a/src/agent/weechat.cil +++ b/src/agent/weechat.cil @@ -44,8 +44,8 @@ ;; access config stuff (call .home.search_file_dirs (subj)) - (call .user.home.search_file_dirs (subj)) - (call .user.home.create_file_dirs (subj)) + (call .userhome.search_file_dirs (subj)) + (call .userhome.create_file_dirs (subj)) (call home.search_file_dirs (subj)) (call home.readwrite_file_files (subj)) |