From b379017dd54ce79a9578c32f22f937f0ac4077a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 23 Oct 2012 19:06:14 +0300 Subject: [PATCH] there is no 'vbox' group in guest, and chowning is not neccessary in guest --- VirtualBox-vboxguest.init | 3 --- 1 file changed, 3 deletions(-) mode change 100644 => 100755 VirtualBox-vboxguest.init diff --git a/VirtualBox-vboxguest.init b/VirtualBox-vboxguest.init old mode 100644 new mode 100755 index 9f8e8d3..01fd1bf --- a/VirtualBox-vboxguest.init +++ b/VirtualBox-vboxguest.init @@ -48,9 +48,6 @@ setup() { RETVAL=$? rmmod $VBOX_MODNAME fail - elif ! chown root:vbox $VBOX_DEVICE; then - RETVAL=$? - fail else ok fi -- 2.44.0