From: Adrian Schröter Date: Thu, 9 Apr 2009 09:22:18 +0000 (+0000) Subject: fix permission of /dev/kqemu for real X-Git-Tag: obs_2.0~233 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80cf154a0d214bcfcd8376405a7ceae654e43115;p=tools%2Fobs-build.git fix permission of /dev/kqemu for real --- diff --git a/build b/build index cd53d84..622c950 100755 --- 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