Skip to content

Commit

Permalink
Update policy/fedora37/rancher.te
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Pitcher <[email protected]>
  • Loading branch information
bbaumgartl and andypitcher committed Nov 23, 2023
1 parent 6f538e8 commit 69455b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/fedora37/rancher.te
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ allow rke_logreader_t container_var_lib_t:dir search;
allow rke_logreader_t container_var_lib_t:file { getattr open read };
allow rke_logreader_t container_var_lib_t:lnk_file { getattr read };
allow rke_logreader_t syslogd_var_run_t:dir read;
allow rke_logreader_t syslogd_var_run_t:file { getattr open read };
allow rke_logreader_t syslogd_var_run_t:file { getattr map open read };
allow rke_logreader_t var_log_t:dir read;
allow rke_logreader_t var_log_t:file { getattr open read };
allow rke_logreader_t var_log_t:file { getattr map open read };

########################
# type rke_container_t #
Expand Down

0 comments on commit 69455b7

Please sign in to comment.