Class SecurityContextConfig.SeLinuxOptions

    • Field Detail

      • level

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

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

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

        @ConfigItem
        Optional<String> user
        The SELinux user label that applies to the container.
    • Constructor Detail

      • SeLinuxOptions

        public SeLinuxOptions()
    • Method Detail

      • isAnyPropertySet

        protected boolean isAnyPropertySet()