Searched refs:tsec (Results 1 - 4 of 4) sorted by relevance

/linux-master/security/selinux/include/
H A Dobjsec.h187 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
189 return tsec->sid;
/linux-master/drivers/rtc/
H A Drtc-ds1216.c16 u8 tsec; member in struct:ds1216_regs
113 regs.tsec = 0; /* clear 0.1 and 0.01 seconds */
/linux-master/security/selinux/
H A Dxfrm.c79 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
106 rc = avc_has_perm(tsec->sid, ctx->ctx_sid,
137 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
142 return avc_has_perm(tsec->sid, ctx->ctx_sid,
H A Dhooks.c214 struct task_security_struct *tsec; local
216 tsec = selinux_cred(unrcu_pointer(current->real_cred));
217 tsec->osid = tsec->sid = SECINITSID_KERNEL;
225 const struct task_security_struct *tsec; local
227 tsec = selinux_cred(cred);
228 return tsec->sid;
428 const struct task_security_struct *tsec = selinux_cred(cred); local
431 rc = avc_has_perm(tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM,
436 rc = avc_has_perm(tsec
445 const struct task_security_struct *tsec = selinux_cred(cred); local
1771 selinux_determine_inode_label(const struct task_security_struct *tsec, struct inode *dir, const struct qstr *name, u16 tclass, u32 *_new_isid) argument
1800 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
2519 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
2901 struct task_security_struct *tsec; local
2919 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
2964 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
3516 struct task_security_struct *tsec; local
3554 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
4006 struct task_security_struct *tsec = selinux_cred(new); local
4018 struct task_security_struct *tsec = selinux_cred(new); local
4034 struct task_security_struct *tsec = selinux_cred(new); local
4058 struct task_security_struct *tsec = selinux_cred(new); local
4572 socket_sockcreate_sid(const struct task_security_struct *tsec, u16 secclass, u32 *socksid) argument
4617 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
4636 const struct task_security_struct *tsec = selinux_cred(current_cred()); local
5567 const struct task_security_struct *tsec; local
6406 struct task_security_struct *tsec; local
6677 const struct task_security_struct *tsec; local
[all...]

Completed in 141 milliseconds