Skip to content

Commit 0f51b6d

Browse files
authored
Merge pull request #2 from cmurphy/add-map
Add 'map' permission for centos8 rancher policy
2 parents d1d63b3 + fecfe86 commit 0f51b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policy/centos8/rancher.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ allow rke_logreader_t container_var_lib_t:dir search;
2525
allow rke_logreader_t container_var_lib_t:file { getattr open read };
2626
allow rke_logreader_t container_var_lib_t:lnk_file { getattr read };
2727
allow rke_logreader_t syslogd_var_run_t:dir read;
28-
allow rke_logreader_t syslogd_var_run_t:file { getattr open read };
28+
allow rke_logreader_t syslogd_var_run_t:file { getattr map open read };

0 commit comments

Comments
 (0)