Home
last modified time | relevance | path

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

/Linux-v6.1/security/apparmor/
Dapparmorfs.c2328 AA_SFS_DIR("attach_conditions", aa_sfs_entry_attach),
2343 AA_SFS_DIR("versions", aa_sfs_entry_versions),
2369 AA_SFS_DIR("label", aa_sfs_entry_query_label),
2373 AA_SFS_DIR("policy", aa_sfs_entry_policy),
2374 AA_SFS_DIR("domain", aa_sfs_entry_domain),
2375 AA_SFS_DIR("file", aa_sfs_entry_file),
2376 AA_SFS_DIR("network_v8", aa_sfs_entry_network),
2377 AA_SFS_DIR("mount", aa_sfs_entry_mount),
2378 AA_SFS_DIR("namespaces", aa_sfs_entry_ns),
2380 AA_SFS_DIR("rlimit", aa_sfs_entry_rlimit),
[all …]
/Linux-v6.1/security/apparmor/include/
Dapparmorfs.h57 #define AA_SFS_DIR(_name, _value) \ macro