Changeset 104246 in vbox
- Timestamp:
- Apr 9, 2024 9:03:52 AM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162698
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r99550 r104246 86 86 exit 0 87 87 fi 88 VIRTUALBOX="${INSTALL_DIR}/VirtualBox"89 88 VBOXMANAGE="${INSTALL_DIR}/VBoxManage" 90 89 BUILDINTMP="${MODULE_SRC}/build_in_tmp" 91 if test -u "${VIRTUALBOX}"; then 90 91 # If the VirtualBoxVM file has the set-uid bit set or if it doesn't exist, setup vboxdrv 92 # in hardened mode. Otherwise, do the developer mode using vboxusers for access control. 93 if test -u "${INSTALL_DIR}/VirtualBoxVM" || test '!' -e "${INSTALL_DIR}/VirtualBoxVM"; then 92 94 GROUP=root 93 95 DEVICE_MODE=0600
Note:
See TracChangeset
for help on using the changeset viewer.