# Functions
ArchiveWrapper is used as a RunWrapper in the rsync package.
DnsmasqProfileName returns the AppArmor profile name.
ForkproxyDelete removes the policy from cache/disk.
ForkproxyLoad ensures that the instances's policy is loaded into the kernel so the it can boot.
ForkproxyProfileName returns the AppArmor profile name.
ForkproxyUnload ensures that the instances's policy namespace is unloaded to free kernel memory.
InstanceDelete removes the policy from cache/disk.
InstanceLoad ensures that the instances's policy is loaded into the kernel so the it can boot.
InstanceNamespaceName returns the instance's AppArmor namespace.
InstanceProfileName returns the instance's AppArmor profile name.
InstanceUnload ensures that the instances's policy namespace is unloaded to free kernel memory.
InstanceValidate generates the instance profile file and validates it.
NetworkDelete removes the profiles from cache/disk.
NetworkLoad ensures that the network's profiles are loaded into the kernel.
NetworkUnload ensures that the network's profiles are unloaded to free kernel memory.
QemuImg runs qemu-img with an AppArmor profile based on the imgPath and dstPath supplied.
RsyncWrapper is used as a RunWrapper in the rsync package.