Skip to content

Commit

Permalink
Revert to files_type instead of container_file_type for EL8 (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein authored Dec 5, 2023
1 parent b5a602a commit f6d5407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/centos8/rke2.te
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ allow iscsid_t self:capability dac_override;
# type rke2_tls_t #
###################
type rke2_tls_t;
container_file(rke2_tls_t);
files_type(rke2_tls_t);

0 comments on commit f6d5407

Please sign in to comment.