Home
last modified time | relevance | path

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

/Linux-v5.10/security/apparmor/
Dapparmorfs.c2319 AA_SFS_DIR("attach_conditions", aa_sfs_entry_attach),
2333 AA_SFS_DIR("versions", aa_sfs_entry_versions),
2359 AA_SFS_DIR("label", aa_sfs_entry_query_label),
2363 AA_SFS_DIR("policy", aa_sfs_entry_policy),
2364 AA_SFS_DIR("domain", aa_sfs_entry_domain),
2365 AA_SFS_DIR("file", aa_sfs_entry_file),
2366 AA_SFS_DIR("network_v8", aa_sfs_entry_network),
2367 AA_SFS_DIR("mount", aa_sfs_entry_mount),
2368 AA_SFS_DIR("namespaces", aa_sfs_entry_ns),
2370 AA_SFS_DIR("rlimit", aa_sfs_entry_rlimit),
[all …]
/Linux-v5.10/security/apparmor/include/
Dapparmorfs.h57 #define AA_SFS_DIR(_name, _value) \ macro