Skip to content

Commit

Permalink
Merge pull request #222 from rhatdan/main
Browse files Browse the repository at this point in the history
Allow container domains to transition to install_t
  • Loading branch information
rhatdan authored Mar 21, 2023
2 parents 20dc668 + 840bc54 commit b018800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion container.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(container, 2.205.0)
policy_module(container, 2.206.0)

gen_require(`
class passwd rootok;
Expand Down Expand Up @@ -287,6 +287,8 @@ domain_getattr_all_domains(container_runtime_domain)

userdom_map_tmp_files(container_runtime_domain)

anaconda_domtrans_install(container_runtime_domain)

optional_policy(`
gnome_map_generic_data_home_files(container_runtime_domain)
allow container_runtime_domain data_home_t:dir { relabelfrom relabelto };
Expand Down

0 comments on commit b018800

Please sign in to comment.