package entitlements

import "github.com/moby/buildkit/util/entitlements"

Index

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

Source Files

entitlements.go

Version
v0.4.0
Published
Mar 14, 2019
Platform
js/wasm
Imports
1 packages
Last checked
2 minutes ago

Tools for package owners.