diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-21 21:36:26 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-21 21:36:26 -0400 |
commit | b7fe5d946f2287a10aab1c41e3e3f712704a5ef9 (patch) | |
tree | 1b6ec6a78691ddeb90570e57cca87bb5e7e0e52a | |
parent | cfc8f22098b108e82f1ca7e783f2dd1527f904c5 (diff) | |
download | selinux-policy-b7fe5d946f2287a10aab1c41e3e3f712704a5ef9.tar.gz |
type transition files created by weechat to weechat.run.file
-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 1fd76f3..6afa28d 100644 --- a/src/agent/weechat.cil +++ b/src/agent/weechat.cil @@ -101,5 +101,5 @@ (filecon "/run/user/%{USERID}/weechat" dir file_context) (filecon "/run/user/%{USERID}/weechat/.*" any file_context)))) -(in file.unconfined - (call .agent.weechat.run.file_type_transition_file (typeattr any "*"))) +(call .agent.weechat.run.file_type_transition_file (.agent.weechat.subj dir "weechat")) +(call .agent.weechat.run.file_type_transition_file (.agent.weechat.subj file "*")) |