Interface SecurityContextConfig.SeLinuxOptions

Enclosing interface:
SecurityContextConfig

public static interface SecurityContextConfig.SeLinuxOptions
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    The SELinux level label that applies to the container.
    The SELinux role label that applies to the container.
    The SELinux type label that applies to the container.
    The SELinux user label that applies to the container.
  • Method Details

    • level

      Optional<String> level()
      The SELinux level label that applies to the container.
    • role

      Optional<String> role()
      The SELinux role label that applies to the container.
    • type

      Optional<String> type()
      The SELinux type label that applies to the container.
    • user

      Optional<String> user()
      The SELinux user label that applies to the container.
    • isAnyPropertySet

      default boolean isAnyPropertySet()