VirtualBox

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


Ignore:
Timestamp:
Oct 25, 2007 8:19:21 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25686
Message:

small consistency fix: ensure /dev/vboxdrv permissions as 660 not 664

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh

    r4071 r5498  
    157157        }
    158158
    159         mknod -m 0664 $dev c $maj $min || {
     159        mknod -m 0660 $dev c $maj $min || {
    160160            rmmod $modname
    161161            fail "Cannot create device $dev with major $maj and minor $min"
Note: See TracChangeset for help on using the changeset viewer.

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