VirtualBox

Changeset 38016 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jul 18, 2011 1:06:11 PM (14 years ago)
Author:
vboxsync
Message:

USB/Solaris: vboxuser group access constraint for USB devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r37792 r38016  
    562562        # For VirtualBox 3.1 the new USB code requires Nevada > 123
    563563        if test "$HOST_OS_MINORVERSION" -gt 123; then
     564            # Add a group "vboxuser" (8-character limit) for USB access.
     565            # All users which need host USB-passthrough support will have to be added to this group.
     566            groupadd vboxuser >/dev/null 2>&1
     567
    564568            add_driver "$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP" "not-$NULLOP" "'* 0666 root sys'"
    565569            load_module "drv/$MOD_VBOXUSBMON" "$DESC_VBOXUSBMON" "$FATALOP"
     570
     571            chown root:vboxuser "/devices/pseudo/vboxusbmon@0:vboxusbmon"
    566572
    567573            # Add vboxusbmon to devlink.tab
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette