Home
last modified time | relevance | path

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

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