Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultLipodProfilePrefix is used for version-independent presence checks. DefaultLipodProfilePrefix = "libpod-default" + "-" // DefaultLibpodProfile is the name of default libpod AppArmor profile. DefaultLibpodProfile = DefaultLipodProfilePrefix + libpodVersion.Version // ErrApparmorUnsupported indicates that AppArmor support is not supported. ErrApparmorUnsupported = errors.New("AppArmor is not supported") // ErrApparmorRootless indicates that AppArmor support is not supported in rootless mode. ErrApparmorRootless = errors.New("AppArmor is not supported in rootless mode") )
Functions ¶
func CheckProfileAndLoadDefault ¶ added in v1.0.0
CheckProfileAndLoadDefault dummy.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.