Skip to content

Commit

Permalink
Allow unconfined_r to transition to container_user_r
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
  • Loading branch information
rhatdan committed Jan 19, 2024
1 parent cffb801 commit c4fbc45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions container.te
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,9 @@ role container_user_r types container_user_domain;
role container_user_r types container_net_domain;
role container_user_r types container_file_type;
container_runtime_run(container_user_t, container_user_r)
unconfined_role_change_to(container_user_r)

container_use_ptys(container_user_t)

fs_manage_cgroup_dirs(container_user_t)
fs_manage_cgroup_files(container_user_t)
Expand Down

0 comments on commit c4fbc45

Please sign in to comment.