Home
last modified time | relevance | path

Searched refs:aa_current_profile (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/security/apparmor/include/
Dcontext.h149 static inline struct aa_profile *aa_current_profile(void) in aa_current_profile() function
/linux-4.1.27/security/apparmor/
Dlsm.c311 profile = aa_current_profile(); in apparmor_path_link()
326 profile = aa_current_profile(); in apparmor_path_rename()
598 aad.profile = aa_current_profile(); in apparmor_setprocattr()
Dpolicy.c379 root = aa_current_profile()->ns; in aa_prepare_namespace()
1253 root = aa_current_profile()->ns; in aa_remove_profiles()
Dapparmorfs.c685 struct aa_namespace *root = aa_current_profile()->ns; in p_start()