Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dprocattr.h14 int aa_getprocattr(struct aa_label *label, char **string);
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dprocattr.c33 int aa_getprocattr(struct aa_label *label, char **string) in aa_getprocattr() function
H A Dlsm.c607 error = aa_getprocattr(label, value); in apparmor_getprocattr()