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
Currently exemptions are allowed for all policies. Exemptions can be scoped by:
name matcher (regex) for the resource name
namespace identifier
policy list
There are several policies that have been identified as potentially needing more fine-grained exemption configurations:
RestrictCapabilities: Allow configuration of specific allowed capabilities (currently all are allowed if exempted)
Host path policies (RestrictHostPathWrite and RestrictVolumeTypes): Allow configuration of specific allowed host paths (currently all are allowed if exempted)
SELinux option policies (RestrictSELinuxType and DisallowSELinuxOptions): Allow configuration of specific allowed selinux options/types (currently all are allowed if exempted)
It may be useful to write a design document for this to start - explore how we could modify the exemption CR to support something like "allowed values" for a given exemption. In order to be backwards compatible we should likely default to all values being allowed if that config option is not provided.
The text was updated successfully, but these errors were encountered:
Currently exemptions are allowed for all policies. Exemptions can be scoped by:
There are several policies that have been identified as potentially needing more fine-grained exemption configurations:
RestrictCapabilities
: Allow configuration of specific allowed capabilities (currently all are allowed if exempted)RestrictHostPathWrite
andRestrictVolumeTypes
): Allow configuration of specific allowed host paths (currently all are allowed if exempted)RestrictSELinuxType
andDisallowSELinuxOptions
): Allow configuration of specific allowed selinux options/types (currently all are allowed if exempted)It may be useful to write a design document for this to start - explore how we could modify the exemption CR to support something like "allowed values" for a given exemption. In order to be backwards compatible we should likely default to all values being allowed if that config option is not provided.
The text was updated successfully, but these errors were encountered: