-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Hi,
we had multiple requests for the ability to create a new container type, which would be a clone of container_t with a few additional rules. Udica has the ability to add rules based on AVCs, but the policy blocks it uses are a small subset of container_t. The customers have many containers in OSP, which are tested to work under container_t, and they want to add kerberos authentication, or similar tweaks.
I thought about introducing a new attribute (e.g. container_t_domain) that would have all the permissions of container_t, which udica could then use to create the custom types.
Would you accept such a change in container-selinux (I'll implement it, just need to know it has a chance of being accepted)? I am open to other suggestions as well.
Thank you!