Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/include/
Dcontext.h25 #define current_cxt() cred_cxt(current_cred()) macro
151 const struct aa_task_cxt *cxt = current_cxt(); in aa_current_profile()
159 cxt = current_cxt(); in aa_current_profile()
/linux-4.4.14/security/apparmor/
Dcontext.c96 struct aa_task_cxt *cxt = current_cxt(); in aa_replace_current_profile()