VirtualBox

Changeset 12413 in vbox for trunk


Ignore:
Timestamp:
Sep 12, 2008 7:53:37 AM (16 years ago)
Author:
vboxsync
Message:

Solaris/vboxdrv: Hardening fix for zones. Don't ask for "all" privileges, using "none".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c

    r12241 r12413  
    321321#ifdef VBOX_WITH_HARDENING
    322322            rc = ddi_create_priv_minor_node(pDip, DEVICE_NAME, S_IFCHR, instance, DDI_PSEUDO,
    323                                             0, "all", "all", 0600);
     323                                            0, "none", "none", 0600);
    324324#else
    325325            rc = ddi_create_priv_minor_node(pDip, DEVICE_NAME, S_IFCHR, instance, DDI_PSEUDO,
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