Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 2 of 2) sorted by relevance

/security/apparmor/
A Dfile.c690 struct cred_label *cl = (struct cred_label *)p; in match_file() local
692 if (aa_file_perm(OP_INHERIT, cl->cred, cl->label, file, in match_file()
703 struct cred_label cl = { in aa_inherit_files() local
713 n = iterate_fd(files, 0, match_file, &cl); in aa_inherit_files()
723 } while ((n = iterate_fd(files, n, match_file, &cl)) != 0); in aa_inherit_files()
A Dlsm.c1031 struct aa_label *cl, *tl; in apparmor_task_kill() local
1041 cl = aa_get_newest_cred_label(cred); in apparmor_task_kill()
1042 error = aa_may_signal(cred, cl, tc, tl, sig); in apparmor_task_kill()
1043 aa_put_label(cl); in apparmor_task_kill()
1045 cl = __begin_current_label_crit_section(&needput); in apparmor_task_kill()
1046 error = aa_may_signal(current_cred(), cl, tc, tl, sig); in apparmor_task_kill()
1047 __end_current_label_crit_section(cl, needput); in apparmor_task_kill()

Completed in 9 milliseconds