VirtualBox

Changeset 25232 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Dec 8, 2009 12:01:25 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55743
Message:

2d accel: fix the video playback black screen, some code cleaning. NetFlt/Adp/win: do not change security settings for ioctl device as it is not needed anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c

    r25226 r25232  
    6262static PUCHAR vboxNetFltWinMpDbgGetOidName(ULONG oid);
    6363
     64#ifdef VBOXNETFLT_WITH_IOCTL_SECURITY
    6465NTSYSAPI
    6566NTSTATUS
     
    136137    return Status;
    137138}
     139#endif
    138140/**
    139141 * Register an ioctl interface - a device object to be used for this
     
    210212        if(Status == NDIS_STATUS_SUCCESS)
    211213        {
     214#ifdef VBOXNETFLT_WITH_IOCTL_SECURITY
    212215            /* NdisMRegisterDevice does not offers us the ability to set security attributes */
    213216            /* need to do this "manualy" for the device to be accessible by the non-privileged users */
     
    220223                Status = NDIS_STATUS_SUCCESS;
    221224            }
     225#endif
    222226
    223227            Status = ObReferenceObjectByPointer(g_pControlDeviceObject, FILE_READ_DATA, *IoFileObjectType, KernelMode);
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