From c3eedb10bdaf4348cd0be45d23f7789950a87b38 Mon Sep 17 00:00:00 2001 From: Aditya Aswani Date: Thu, 7 Jul 2022 09:17:32 +0530 Subject: [PATCH 1/1] Apply permissions to /dev/vhost-net without the need to restart the machine Change-Id: Iefbfdfb4a1c1c35a0fcb52bfe8e8bda68960a1e5 Signed-off-by: Aditya Aswani --- package/emulator-qemu-x86.install.linux | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4