|
Linux Kernel
3.7.1
|
#include <asm/unaligned.h>#include <linux/ctype.h>#include <linux/errno.h>#include "include/apparmor.h"#include "include/audit.h"#include "include/context.h"#include "include/match.h"#include "include/policy.h"#include "include/policy_unpack.h"#include "include/sid.h"Go to the source code of this file.
Data Structures | |
| struct | aa_ext |
Enumerations | |
| enum | aa_code { AA_U8, AA_U16, AA_U32, AA_U64, AA_NAME, AA_STRING, AA_BLOB, AA_STRUCT, AA_STRUCTEND, AA_LIST, AA_LISTEND, AA_ARRAY, AA_ARRAYEND } |
| enum aa_code |
| AA_U8 | |
| AA_U16 | |
| AA_U32 | |
| AA_U64 | |
| AA_NAME | |
| AA_STRING | |
| AA_BLOB | |
| AA_STRUCT | |
| AA_STRUCTEND | |
| AA_LIST | |
| AA_LISTEND | |
| AA_ARRAY | |
| AA_ARRAYEND |
Definition at line 41 of file policy_unpack.c.
1.8.2