#include <linux/kernel.h>
#include <linux/vmalloc.h>
#include <linux/security.h>
#include <linux/mutex.h>
#include <linux/slab.h>
#include <net/net_namespace.h>
#include <net/cipso_ipv4.h>
#include <linux/seq_file.h>
#include <linux/ctype.h>
#include <linux/audit.h>
#include "smack.h"
Go to the source code of this file.
|
enum | smk_inos {
SMK_ROOT_INO = 2,
SMK_LOAD = 3,
SMK_CIPSO = 4,
SMK_DOI = 5,
SMK_DIRECT = 6,
SMK_AMBIENT = 7,
SMK_NETLBLADDR = 8,
SMK_ONLYCAP = 9,
SMK_LOGGING = 10,
SMK_LOAD_SELF = 11,
SMK_ACCESSES = 12,
SMK_MAPPED = 13,
SMK_LOAD2 = 14,
SMK_LOAD_SELF2 = 15,
SMK_ACCESS2 = 16,
SMK_CIPSO2 = 17,
SMK_REVOKE_SUBJ = 18
} |
|
#define SMK_ACCESS "rwxat" |
#define SMK_FIXED24_FMT 0 /* Fixed 24byte label format */ |
#define SMK_NETLBLADDRMIN 9 |
#define SMK_OACCESS "rwxa" |
- Enumerator:
SMK_ROOT_INO |
|
SMK_LOAD |
|
SMK_CIPSO |
|
SMK_DOI |
|
SMK_DIRECT |
|
SMK_AMBIENT |
|
SMK_NETLBLADDR |
|
SMK_ONLYCAP |
|
SMK_LOGGING |
|
SMK_LOAD_SELF |
|
SMK_ACCESSES |
|
SMK_MAPPED |
|
SMK_LOAD2 |
|
SMK_LOAD_SELF2 |
|
SMK_ACCESS2 |
|
SMK_CIPSO2 |
|
SMK_REVOKE_SUBJ |
|
Definition at line 35 of file smackfs.c.
__initcall |
( |
init_smk_fs |
| ) |
|
LIST_HEAD |
( |
smack_rule_list |
| ) |
|