SELinux Strategy Options Patch
data class SELinuxStrategyOptionsPatch(val rule: String? = null, val seLinuxOptions: SELinuxOptionsPatch? = null)
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.