]> code.ossystems Code Review - openembedded-core.git/commit
poky-qemu-ifup/ifdown: Require root privileges to run
authorScott Garman <scott.a.garman@intel.com>
Mon, 4 Oct 2010 04:39:14 +0000 (21:39 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 7 Oct 2010 18:48:17 +0000 (19:48 +0100)
commitc8a181e847660bb9d7faedad0bed7d05afbe8103
treecf548194e5591459b323b672abda5c759b183791
parentfb2430212521680d593c8c725a9dfb635f40bd59
poky-qemu-ifup/ifdown: Require root privileges to run

This fixes [BUGID #232], requiring root privileges to run these scripts
and giving an error prompt when that requirement is not met.

The tunctl uid fallback code has also been removed, as we can rely on
the specific version of tunctl run from the native sysroot.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
scripts/poky-qemu-ifdown
scripts/poky-qemu-ifup