Searched refs:tunsec (Results 1 – 1 of 1) sorted by relevance
5534 struct tun_security_struct *tunsec; in selinux_tun_dev_alloc_security() local5536 tunsec = kzalloc(sizeof(*tunsec), GFP_KERNEL); in selinux_tun_dev_alloc_security()5537 if (!tunsec) in selinux_tun_dev_alloc_security()5539 tunsec->sid = current_sid(); in selinux_tun_dev_alloc_security()5541 *security = tunsec; in selinux_tun_dev_alloc_security()5567 struct tun_security_struct *tunsec = security; in selinux_tun_dev_attach_queue() local5569 return avc_has_perm(current_sid(), tunsec->sid, SECCLASS_TUN_SOCKET, in selinux_tun_dev_attach_queue()5575 struct tun_security_struct *tunsec = security; in selinux_tun_dev_attach() local5585 sksec->sid = tunsec->sid; in selinux_tun_dev_attach()5593 struct tun_security_struct *tunsec = security; in selinux_tun_dev_open() local[all …]