Searched refs:tunsec (Results 1 – 1 of 1) sorted by relevance
5572 struct tun_security_struct *tunsec; in selinux_tun_dev_alloc_security() local5574 tunsec = kzalloc(sizeof(*tunsec), GFP_KERNEL); in selinux_tun_dev_alloc_security()5575 if (!tunsec) in selinux_tun_dev_alloc_security()5577 tunsec->sid = current_sid(); in selinux_tun_dev_alloc_security()5579 *security = tunsec; in selinux_tun_dev_alloc_security()5605 struct tun_security_struct *tunsec = security; in selinux_tun_dev_attach_queue() local5607 return avc_has_perm(current_sid(), tunsec->sid, SECCLASS_TUN_SOCKET, in selinux_tun_dev_attach_queue()5613 struct tun_security_struct *tunsec = security; in selinux_tun_dev_attach() local5623 sksec->sid = tunsec->sid; in selinux_tun_dev_attach()5631 struct tun_security_struct *tunsec = security; in selinux_tun_dev_open() local[all …]