From: Guido Guenther Date: Tue, 3 Jul 2007 05:50:25 +0000 (-0700) Subject: [NET]: Allow group ownership of TUN/TAP devices. X-Git-Tag: v2.6.23-rc1~1109^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c644623fe7e41f59fe97cdf666cba3cb7ced7d8;p=pandora-kernel.git [NET]: Allow group ownership of TUN/TAP devices. Introduce a new syscall TUNSETGROUP for group ownership setting of tap devices. The user now is allowed to send packages if either his euid or his egid matches the one specified via tunctl (via -u or -g respecitvely). If both, gid and uid, are set via tunctl, both have to match. Signed-off-by: Guido Guenther Signed-off-by: Jeff Dike Signed-off-by: David S. Miller --- Reading git-diff-tree failed