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

/security/selinux/
H A Dhooks.c4726 struct tun_security_struct *tunsec; local
4728 tunsec = kzalloc(sizeof(*tunsec), GFP_KERNEL);
4729 if (!tunsec)
4731 tunsec->sid = current_sid();
4733 *security = tunsec;
4759 struct tun_security_struct *tunsec = security; local
4761 return avc_has_perm(current_sid(), tunsec->sid, SECCLASS_TUN_SOCKET,
4767 struct tun_security_struct *tunsec = security; local
4777 sksec->sid = tunsec
4785 struct tun_security_struct *tunsec = security; local
[all...]

Completed in 37 milliseconds