fix permission of /dev/kqemu for real
authorAdrian Schröter <adrian@suse.de>
Thu, 9 Apr 2009 09:22:18 +0000 (09:22 +0000)
committerAdrian Schröter <adrian@suse.de>
Thu, 9 Apr 2009 09:22:18 +0000 (09:22 +0000)
build

diff --git a/build b/build
index cd53d84..622c950 100755 (executable)
--- a/build
+++ b/build
@@ -377,7 +377,7 @@ detect_vm_2nd_stage()
     mount -n -o remount,rw /
     if [ -e /dev/kqemu ]; then
         # allow abuild user to run qemu
-        chmod 0755 /dev/kqemu
+        chmod 0666 /dev/kqemu
     fi
     if test -n "$VM_SWAP" ; then
        for i in 1 2 3 4 5 6 7 8 9 10 ; do