Home
last modified time | relevance | path

Searched defs:cred_label (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/security/apparmor/
Dfile.c662 struct cred_label { struct
669 struct cred_label *cl = (struct cred_label *)p; in match_file() argument
/linux-6.6.21/security/apparmor/include/
Dcred.h22 static inline struct aa_label *cred_label(const struct cred *cred) in cred_label() function