docker: add missing call to init_daemon_domain()
Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
242e371ac2
commit
800039c671
|
@ -10,6 +10,7 @@ container_system_engine(dockerd_t)
|
|||
type dockerd_exec_t;
|
||||
container_engine_executable_file(dockerd_exec_t)
|
||||
application_domain(dockerd_t, dockerd_exec_t)
|
||||
init_daemon_domain(dockerd_t, dockerd_exec_t)
|
||||
ifdef(`enable_mls',`
|
||||
init_ranged_daemon_domain(dockerd_t, dockerd_exec_t, s0 - mls_systemhigh)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue