]> code.ossystems Code Review - openembedded-core.git/commit
tunctl: Added an tunctl which supports TUNSETGROUP
authorJeff Dike <jdike@x86_64.user-mode-linux.org>
Thu, 5 Aug 2010 15:29:35 +0000 (11:29 -0400)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 20 Aug 2010 15:20:09 +0000 (16:20 +0100)
commite4bc3e36e455e7fca48ccc5431c6bb83f531fab6
tree1482f2609a2ac08b14ee892cfed384664517b3e2
parentd9aa25a3379c21a999bd39e78702f932ead7b840
tunctl: Added an tunctl which supports TUNSETGROUP

TUNSETGROUP is needed in order to preconfigure a set of tap devices
that can be used by non-root users.  The requirement is that the qemu
users be members of whatever group the tap devices are assigned to.

Include tunctl in the qemu-helper package, and add a -native version.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/packages/qemu/qemu-helper-native_1.0.bb [new file with mode: 0644]
meta/packages/qemu/qemu-helper-nativesdk_1.0.bb
meta/packages/qemu/qemu-helper/tunctl.c [new file with mode: 0644]