Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultLibpodProfile is the name of default libpod AppArmor profile. DefaultLibpodProfile = "libpod-default" // ErrApparmorUnsupported indicates that AppArmor support is not supported. ErrApparmorUnsupported = errors.New("AppArmor is not supported") )
Functions ¶
func InstallDefault ¶
InstallDefault generates a default profile in a temp directory determined by os.TempDir(), then loads the profile into the kernel using 'apparmor_parser'.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.