Skip to content

Commit

Permalink
Merge pull request #290 from rhatdan/spc_t
Browse files Browse the repository at this point in the history
Allow spc_t to transition to install_t domain
  • Loading branch information
rhatdan committed Dec 21, 2023
2 parents cff8553 + 694c7ca commit 289df82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion container.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(container, 2.226.0)
policy_module(container, 2.227.0)

gen_require(`
class passwd rootok;
Expand Down Expand Up @@ -779,6 +779,10 @@ optional_policy(`
systemd_dbus_chat_logind(spc_t)
')

domain_transition_all(spc_t)

anaconda_domtrans_install(spc_t)

optional_policy(`
dbus_chat_system_bus(spc_t)
dbus_chat_session_bus(spc_t)
Expand Down

0 comments on commit 289df82

Please sign in to comment.