Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ProfilePrefix is used for version-independent presence checks. ProfilePrefix = "apparmor_profile" // Profile default name Profile = "container-default" )
Variables ¶
View Source
var ( // 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 ¶
CheckProfileAndLoadDefault dummy.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.