2 * AppArmor security module
4 * This file contains AppArmor security identifier (secid) definitions
6 * Copyright 2009-2010 Canonical Ltd.
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation, version 2 of the
17 #include <linux/types.h>
19 /* secid value that will not be allocated */
20 #define AA_SECID_INVALID 0
21 #define AA_SECID_ALLOC AA_SECID_INVALID
23 u32 aa_alloc_secid(void);
24 void aa_free_secid(u32 secid);
26 #endif /* __AA_SECID_H */