diff --git a/AppArmorPolicyTOC.md b/AppArmorPolicyTOC.md new file mode 100644 index 0000000..06d5123 --- /dev/null +++ b/AppArmorPolicyTOC.md @@ -0,0 +1,15 @@ + + +**AppArmor Policy Table of Contents** +===================================== + +- [The basics of AppArmor Policy](AppArmorPolicyBasics) +- [AppArmor Policy Namespaces](AppArmorNamespaces) +- [Stacking profiles](AppArmorStacking) +- [Run time composition of Policy](AppArmorProfileComposition) +- [Delegation of Authority](AppArmorDelegation) +- [Object labeling](AppArmorObjectLabeling) + diff --git a/AppArmorStacking.md b/AppArmorStacking.md index 8b9e85f..4dfdf67 100644 --- a/AppArmorStacking.md +++ b/AppArmorStacking.md @@ -15,6 +15,8 @@ Required Versions - The 3.5 kernel has a bug that breaks ''ix /foo -> &bar, use ''px /foo -> @{profile\_name}//&bar, instead - AppArmor Userspace - 2.11-beta (2.10.95 shipped in Ubuntu 16.04) +![AppArmorPolicyTOC] + Introduction ============