Skip to content

Commit

Permalink
Merge pull request #295 from haircommander/engine_t
Browse files Browse the repository at this point in the history
improve container_engine_t
  • Loading branch information
rhatdan authored Jan 15, 2024
2 parents 48c2b45 + 846d933 commit 00da6b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container.te
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,8 @@ term_use_generic_ptys(container_engine_t)
allow container_engine_t container_file_t:chr_file mounton;
allow container_engine_t filesystem_type:{dir file} mounton;
allow container_engine_t proc_kcore_t:file mounton;

allow container_engine_t proc_t:filesystem remount;
allow container_engine_t sysctl_t:{dir file} mounton;

type kubelet_t, container_runtime_domain;
domain_type(kubelet_t)
Expand Down

0 comments on commit 00da6b2

Please sign in to comment.