VirtualBox

Ignore:
Timestamp:
Sep 12, 2008 8:01:40 AM (16 years ago)
Author:
vboxsync
Message:

Solaris/vboxdrv: Hardening fix again. Use NULL rather than "none", "none" apparently means everyone can open.

File:
1 edited

Legend:

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

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