Skip to content

Commit b018800

Browse files
authored
Merge pull request #222 from rhatdan/main
Allow container domains to transition to install_t
2 parents 20dc668 + 840bc54 commit b018800

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

container.te

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(container, 2.205.0)
1+
policy_module(container, 2.206.0)
22

33
gen_require(`
44
class passwd rootok;
@@ -287,6 +287,8 @@ domain_getattr_all_domains(container_runtime_domain)
287287

288288
userdom_map_tmp_files(container_runtime_domain)
289289

290+
anaconda_domtrans_install(container_runtime_domain)
291+
290292
optional_policy(`
291293
gnome_map_generic_data_home_files(container_runtime_domain)
292294
allow container_runtime_domain data_home_t:dir { relabelfrom relabelto };

0 commit comments

Comments
 (0)