Update AppArmorClassNumbers

John Johansen 2018-06-15 06:13:14 +00:00
parent 4db39f26ab
commit f8029648e0

@ -2,6 +2,7 @@
AppArmor using mediation class numbers to identify different types of mediation that are currently supported.
# Class Numbers
```
AA_CLASS_ENTRY 0
AA_CLASS_UNKNOWN 1
AA_CLASS_FILE 2
@ -15,3 +16,4 @@ AA_CLASS_SIGNAL 10
AA_CLASS_NET 14
AA_CLASS_LABEL 16
AA_CLASS_DBUS 32
```