SELinuxOptions

data class SELinuxOptions(val level: String? = null, val role: String? = null, val type: String? = null, val user: String? = null)

SELinuxOptions are the labels to be applied to the container

Constructors

Link copied to clipboard
constructor(level: String? = null, role: String? = null, type: String? = null, user: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: String? = null

Level is SELinux level label that applies to the container.

Link copied to clipboard
val role: String? = null

Role is a SELinux role label that applies to the container.

Link copied to clipboard
val type: String? = null

Type is a SELinux type label that applies to the container.

Link copied to clipboard
val user: String? = null

User is a SELinux user label that applies to the container.