Searched refs:aa_sock_file_perm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | net.h | 106 int aa_sock_file_perm(struct aa_label *label, const char *op, u32 request,
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | net.h | 109 int aa_sock_file_perm(const struct cred *subj_cred, struct aa_label *label,
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | net.c | 181 int aa_sock_file_perm(struct aa_label *label, const char *op, u32 request, in aa_sock_file_perm() function
|
H A D | file.c | 574 error = aa_sock_file_perm(label, op, request, sock); in __file_sock_perm() 578 last_error(error, aa_sock_file_perm(flabel, op, request, sock)); in __file_sock_perm()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | net.c | 189 int aa_sock_file_perm(const struct cred *subj_cred, struct aa_label *label, in aa_sock_file_perm() function
|
H A D | file.c | 560 error = aa_sock_file_perm(subj_cred, label, op, request, sock); in __file_sock_perm() 564 last_error(error, aa_sock_file_perm(subj_cred, flabel, op, in __file_sock_perm()
|
Completed in 4 milliseconds