From de6aefcd150eb297c8d29c83a32fbc6dfecee5f3 Mon Sep 17 00:00:00 2001 From: Aditya Aswani Date: Thu, 7 Jul 2022 13:49:07 +0530 Subject: [PATCH] Revert Apply permissions to /dev/vhost-net without the need to restart the machine Change-Id: I44246aa49ef484adea0250e0c220d495c2ffcf15 Signed-off-by: Aditya Aswani --- package/emulator-qemu-x86.install.linux | 1 - 1 file changed, 1 deletion(-) diff --git a/package/emulator-qemu-x86.install.linux b/package/emulator-qemu-x86.install.linux index 8043a0342e..4f65f3c6e4 100755 --- a/package/emulator-qemu-x86.install.linux +++ b/package/emulator-qemu-x86.install.linux @@ -33,7 +33,6 @@ 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.34.1