Merge pull request #470 from 0xC0ncord/docker-init-daemon-domain

docker: add missing call to init_daemon_domain()
This commit is contained in:
Chris PeBenito 2022-01-31 08:44:06 -05:00 committed by GitHub
commit 32ecefdf28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
')