Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/
Dapparmorfs.c2226 AA_SFS_DIR("attach_conditions", aa_sfs_entry_attach),
2240 AA_SFS_DIR("versions", aa_sfs_entry_versions),
2264 AA_SFS_DIR("label", aa_sfs_entry_query_label),
2268 AA_SFS_DIR("policy", aa_sfs_entry_policy),
2269 AA_SFS_DIR("domain", aa_sfs_entry_domain),
2270 AA_SFS_DIR("file", aa_sfs_entry_file),
2271 AA_SFS_DIR("network_v8", aa_sfs_entry_network),
2272 AA_SFS_DIR("mount", aa_sfs_entry_mount),
2273 AA_SFS_DIR("namespaces", aa_sfs_entry_ns),
2275 AA_SFS_DIR("rlimit", aa_sfs_entry_rlimit),
[all …]
/Linux-v4.19/security/apparmor/include/
Dapparmorfs.h61 #define AA_SFS_DIR(_name, _value) \ macro