entitlements

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entitlement

type Entitlement string
const (
	EntitlementSecurityConfined   Entitlement = "security.confined"
	EntitlementSecurityUnconfined Entitlement = "security.unconfined" // unimplemented
	EntitlementNetworkHost        Entitlement = "network.host"
	EntitlementNetworkNone        Entitlement = "network.none"
)

func Parse

func Parse(s string) (Entitlement, error)

type Set

type Set map[Entitlement]struct{}

func WhiteList

func WhiteList(allowed, supported []Entitlement) (Set, error)

func (Set) Allowed

func (s Set) Allowed(e Entitlement) bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL