Skip to content

Commit ce5ea79

Browse files
committed
Don't transition to initrc_t domains from spc_t
Reverts: 88f904d Signed-off-by: Daniel J Walsh <[email protected]>
1 parent 39c757a commit ce5ea79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

container.te

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(container, 2.207.0)
1+
policy_module(container, 2.208.0)
22

33
gen_require(`
44
class passwd rootok;
@@ -84,7 +84,6 @@ ifdef(`enable_mls',`
8484
type spc_t, container_domain;
8585
domain_type(spc_t)
8686
role system_r types spc_t;
87-
init_initrc_domain(spc_t)
8887

8988
type container_auth_t alias docker_auth_t;
9089
type container_auth_exec_t alias docker_auth_exec_t;

0 commit comments

Comments
 (0)