Home
last modified time | relevance | path

Searched refs:aa_restore_previous_label (Results 1 – 3 of 3) sorted by relevance

/linux/security/apparmor/include/
H A Dtask.h35 int aa_restore_previous_label(u64 cookie);
/linux/security/apparmor/
H A Dtask.c149 * aa_restore_previous_label - exit from hat context restoring previous label
157 int aa_restore_previous_label(u64 token) in aa_restore_previous_label() function
H A Ddomain.c1320 error = aa_restore_previous_label(token); in aa_change_hat()