|
753 | 753 | type kernel_t, bin_t, kernel_generic_helper_t, iscsid_t, iscsid_exec_t, var_run_t,
|
754 | 754 | init_t, unlabeled_t, systemd_logind_t, systemd_hostnamed_t, container_t,
|
755 | 755 | cert_t, container_var_lib_t, etc_t, usr_t, container_file_t, container_log_t,
|
756 |
| - container_share_t, container_runtime_exec_t, container_runtime_t, var_log_t, proc_t; |
| 756 | + container_share_t, container_runtime_exec_t, container_runtime_t, var_log_t, proc_t, io_uring_t; |
757 | 757 | class key { read view };
|
758 | 758 | class file { open read execute execute_no_trans create link lock rename write append setattr unlink getattr watch };
|
759 | 759 | class sock_file { watch write create unlink };
|
|
764 | 764 | class system module_request;
|
765 | 765 | class filesystem associate;
|
766 | 766 | class bpf map_create;
|
| 767 | + class io_uring sqpoll; |
| 768 | + class anon_inode create; |
767 | 769 | }
|
768 | 770 |
|
769 | 771 | #============= kernel_generic_helper_t ==============
|
|
817 | 819 | allow container_t var_log_t:file unlink;
|
818 | 820 | allow container_t proc_t:filesystem associate;
|
819 | 821 | allow container_t self:bpf map_create;
|
| 822 | + allow container_t io_uring_t:anon_inode create; |
| 823 | + allow container_t self:io_uring sqpoll; |
820 | 824 |
|
821 | 825 | # Create the k3s registries file if needed
|
822 | 826 | %{if var.k3s_registries != ""}
|
|
0 commit comments