Skip to content

Commit

Permalink
bugfix: Adjust Microos TLS policy regex (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennislapchenko committed Feb 6, 2024
1 parent f6d5407 commit d4d67cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/microos/rke2.fc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/var/lib/rancher/rke2/agent/containerd/[^/]*/snapshots/[^/]*/.* <<none>>
/var/lib/rancher/rke2/agent/containerd/[^/]*/sandboxes(/.*)? gen_context(system_u:object_r:container_share_t,s0)
/var/lib/rancher/rke2/server/logs(/.*)? gen_context(system_u:object_r:container_log_t,s0)
+/var/lib/rancher/rke2/server/tls(/.*)? gen_context(system_u:object_r:rke2_tls_t,s0)
/var/lib/rancher/rke2/server/tls(/.*)? gen_context(system_u:object_r:rke2_tls_t,s0)
#/var/run/flannel(/.*)? gen_context(system_u:object_r:container_var_run_t,s0)
#/var/run/k3s(/.*)? gen_context(system_u:object_r:container_var_run_t,s0)
#/var/run/k3s/containerd/[^/]*/sandboxes/[^/]*/shm(/.*)? gen_context(system_u:object_r:container_runtime_tmpfs_t,s0)
Expand Down

0 comments on commit d4d67cd

Please sign in to comment.