2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 18:17:09 +00:00

AppArmorStacking: attempt to inlince added AppArmorPolicyTOC

Steve Beattie 2017-11-12 00:26:18 -08:00
parent d88003c65b
commit dbcfa7875b
2 changed files with 17 additions and 0 deletions

15
AppArmorPolicyTOC.md Normal file

@ -0,0 +1,15 @@
<!--
in original wiki, this was inline included in the AppArmorStacking
page, but I'm not sure markdown wiki can do that.
-->
**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)

@ -15,6 +15,8 @@ Required Versions
- The 3.5 kernel has a bug that breaks ''ix /foo -&gt; &bar, use ''px /foo -&gt; @{profile\_name}//&bar, instead
- AppArmor Userspace - 2.11-beta (2.10.95 shipped in Ubuntu 16.04)
![AppArmorPolicyTOC]
Introduction
============