Skip to content

Commit

Permalink
fix for rke2 service types unable to read certs (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweomer authored May 10, 2021
1 parent 4d77c34 commit b2fe786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions policy/centos7/rke2.if
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ template(`rke2_service_domain_template',`
corenet_udp_bind_all_ports($1_t)
corenet_tcp_bind_all_ports($1_t)
corenet_tcp_connect_all_ports($1_t)

miscfiles_read_all_certs($1_t)
')
2 changes: 2 additions & 0 deletions policy/centos8/rke2.if
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ template(`rke2_service_domain_template',`
corenet_udp_bind_all_ports($1_t)
corenet_tcp_bind_all_ports($1_t)
corenet_tcp_connect_all_ports($1_t)

miscfiles_read_all_certs($1_t)
')

0 comments on commit b2fe786

Please sign in to comment.