Home
last modified time | relevance | path

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

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