Searched defs:__tsec (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dhooks.c4699 const struct task_security_struct *__tsec; local
4702 __tsec = current_security();
4703 tsid = __tsec->sid;
5606 const struct task_security_struct *__tsec; local
5618 __tsec = __task_cred(p)->security;
5621 sid = __tsec->sid;
5623 sid = __tsec->osid;
5625 sid = __tsec->exec_sid;
5627 sid = __tsec->create_sid;
5629 sid = __tsec
[all...]

Completed in 63 milliseconds