Searched refs:aa_get_newest_cred_label (Results 1 - 6 of 6) sorted by relevance

/linux-master/security/apparmor/include/
H A Dcred.h56 * aa_get_newest_cred_label - obtain the newest label on a cred
61 static inline struct aa_label *aa_get_newest_cred_label(const struct cred *cred) function
/linux-master/security/apparmor/
H A Dresource.c124 peer = aa_get_newest_cred_label(__task_cred(task));
H A Dtask.c34 p = aa_get_newest_cred_label(__task_cred(task));
H A Dlsm.c168 label = aa_get_newest_cred_label(cred);
202 label = aa_get_newest_cred_label(cred);
480 label = aa_get_newest_cred_label(file->f_cred);
1020 tl = aa_get_newest_cred_label(tc);
1025 cl = aa_get_newest_cred_label(cred);
H A Dfile.c681 struct aa_label *label = aa_get_newest_cred_label(cred);
H A Ddomain.c1189 label = aa_get_newest_cred_label(subj_cred);

Completed in 132 milliseconds