VirtualBox

儲存庫 vbox 的更動 12414


忽略:
時間撮記:
2008-9-12 上午08:01:40 (16 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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,
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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