File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ tunable_policy(`container_connect_any',`
751
751
#
752
752
# spc local policy
753
753
#
754
- allow spc_t { container_file_t container_var_lib_t container_ro_file_t }:file entrypoint;
754
+ allow spc_t { container_file_t container_var_lib_t container_ro_file_t container_runtime_tmpfs_t }:file entrypoint;
755
755
role system_r types spc_t;
756
756
757
757
domtrans_pattern(container_runtime_domain, container_ro_file_t, spc_t)
@@ -884,7 +884,7 @@ container_manage_files_template(container, container)
884
884
typeattribute container_file_t container_file_type, user_home_type;
885
885
typeattribute container_t container_domain, container_net_domain, container_user_domain;
886
886
allow container_user_domain self:process getattr;
887
- allow container_domain { container_var_lib_t container_ro_file_t container_file_t }:file entrypoint;
887
+ allow container_domain { container_var_lib_t container_ro_file_t container_file_t container_runtime_tmpfs_t }:file entrypoint;
888
888
allow container_runtime_domain container_domain:fifo_file rw_fifo_file_perms;
889
889
allow container_domain container_runtime_domain:fifo_file { rw_fifo_file_perms map };
890
890
allow container_domain container_runtime_t:unix_dgram_socket sendto;
You can’t perform that action at this time.
0 commit comments