Home
last modified time | relevance | path

Searched refs:AA_SFS_DIR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/apparmor/
H A Dapparmorfs.c2347 AA_SFS_DIR("attach_conditions", aa_sfs_entry_attach),
2362 AA_SFS_DIR("versions", aa_sfs_entry_versions),
2389 AA_SFS_DIR("label", aa_sfs_entry_query_label),
2393 AA_SFS_DIR("policy", aa_sfs_entry_policy),
2394 AA_SFS_DIR("domain", aa_sfs_entry_domain),
2395 AA_SFS_DIR("file", aa_sfs_entry_file),
2396 AA_SFS_DIR("network_v8", aa_sfs_entry_network),
2397 AA_SFS_DIR("mount", aa_sfs_entry_mount),
2398 AA_SFS_DIR("namespaces", aa_sfs_entry_ns),
2400 AA_SFS_DIR("rlimit", aa_sfs_entry_rlimit),
[all …]
/openbmc/linux/security/apparmor/include/
H A Dapparmorfs.h57 #define AA_SFS_DIR(_name, _value) \ macro