From: Aditya Aswani Date: Thu, 7 Jul 2022 03:47:32 +0000 (+0530) Subject: Apply permissions to /dev/vhost-net without the need to restart the machine X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3eedb10bdaf4348cd0be45d23f7789950a87b38;p=sdk%2Femulator%2Fqemu.git Apply permissions to /dev/vhost-net without the need to restart the machine Change-Id: Iefbfdfb4a1c1c35a0fcb52bfe8e8bda68960a1e5 Signed-off-by: Aditya Aswani --- diff --git a/package/emulator-qemu-x86.install.linux b/package/emulator-qemu-x86.install.linux index 4f65f3c..8043a03 100755 --- a/package/emulator-qemu-x86.install.linux +++ b/package/emulator-qemu-x86.install.linux @@ -33,6 +33,7 @@ echo "cp \"${TIZEN_SDK_INSTALL_PATH}/platforms/${PLATFORM_VERSION}/common/emulat echo "cp \"${TIZEN_SDK_INSTALL_PATH}/platforms/${PLATFORM_VERSION}/common/emulator/etc/45-tizen-vhost-net.rules\" /lib/udev/rules.d/" >> ${TMP_FILE} echo "cp \"${TIZEN_PLATFORM_ETC_PATH}/emulator-ifup.sh\" /etc" >> $TMP_FILE echo "update-rc.d tizen-vhost-net defaults" >> $TMP_FILE +echo "/etc/init.d/tizen-vhost-net start" >> $TMP_FILE echo "if [ ! -d /etc/sudoers.d ];then" >> $TMP_FILE echo "mkdir /etc/sudoers.d" >> $TMP_FILE echo "fi" >> $TMP_FILE