package entitlements
import "github.com/moby/buildkit/util/entitlements"
Index ¶
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 ¶
Directories ¶
Path | Synopsis |
---|---|
util/entitlements/security |
- Version
- v0.9.3
- Published
- Nov 18, 2021
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 2 hours ago –
Tools for package owners.