You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podmansh(1) mentions label=user:container_user_u which is defined in this policy. This repository ships container_u file to assign correct context during login - it should follow seuser_id so the right file should be container_user_u and it's probably not necessary at all unless it's expected that container_user_u would be used for users who log in.
In order to make container_user_u available for this use case, it's necessary to run semanage user -a -r s0-s0:c0.c1023 -R "container_user_r" container_user_u or use gen_user() macro
there are few missing rules to make it work with unconfined_t:
podmansh(1)
mentionslabel=user:container_user_u
which is defined in this policy. This repository shipscontainer_u
file to assign correct context during login - it should followseuser_id
so the right file should becontainer_user_u
and it's probably not necessary at all unless it's expected thatcontainer_user_u
would be used for users who log in.In order to make
container_user_u
available for this use case, it's necessary to runsemanage user -a -r s0-s0:c0.c1023 -R "container_user_r" container_user_u
or use gen_user() macrothere are few missing rules to make it work with
unconfined_t
:The text was updated successfully, but these errors were encountered: