Home
last modified time | relevance | path

Searched refs:tsec (Results 1 – 5 of 5) sorted by relevance

/linux/security/selinux/
H A Dhooks.c214 struct task_security_struct *tsec; in cred_init_security() local
216 tsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security()
217 tsec->osid = tsec->sid = SECINITSID_KERNEL; in cred_init_security()
225 const struct task_security_struct *tsec; in cred_sid() local
227 tsec = selinux_cred(cred); in cred_sid()
228 return tsec->sid; in cred_sid()
433 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_sb_relabel() local
436 rc = avc_has_perm(tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel()
441 rc = avc_has_perm(tsec->sid, sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel()
450 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_inode_relabel() local
[all …]
/linux/security/selinux/include/
H A Dobjsec.h187 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid() local
189 return tsec->sid; in current_sid()
/linux/drivers/rtc/
H A Drtc-ds1216.c16 u8 tsec; member
113 regs.tsec = 0; /* clear 0.1 and 0.01 seconds */ in ds1216_rtc_set_time()
/linux/Documentation/devicetree/bindings/net/
H A Dfsl-tsec-phy.txt39 As of this writing, every tsec is associated with an internal TBI PHY.
/linux/
H A DMAINTAINERS9195 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt