Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/include/
Dcontext.h149 static inline struct aa_profile *aa_current_profile(void) in aa_current_profile() function
/linux-4.4.14/security/apparmor/
Dlsm.c301 profile = aa_current_profile(); in apparmor_path_link()
316 profile = aa_current_profile(); in apparmor_path_rename()
588 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()