package entitlements
import "github.com/moby/buildkit/util/entitlements"
Index ¶
Functions ¶
func WithInsecureSpec ¶
WithInsecureSpec sets spec with All capability.
Types ¶
type Entitlement ¶
type Entitlement string
const ( EntitlementSecurityInsecure Entitlement = "security.insecure" EntitlementNetworkHost Entitlement = "network.host" )
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 security_linux.go
- Version
- v0.5.0
- Published
- Apr 27, 2019
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 1 hour ago –
Tools for package owners.