container: call podman access in container access

Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
Kenton Groombridge 2022-01-21 14:05:06 -05:00
parent 093e280e77
commit 819cef6a76
1 changed files with 8 additions and 0 deletions

View File

@ -283,6 +283,10 @@ template(`container_user_role',`
systemd_user_app_status($1, container_user_domain)
')
optional_policy(`
podman_user_role($1, $2, $3, $4)
')
')
########################################
@ -797,4 +801,8 @@ interface(`container_admin',`
fs_search_tmpfs($1)
admin_pattern($1, container_engine_tmpfs_t)
optional_policy(`
podman_admin($1, $2)
')
')