VirtualBox

Ignore:
Timestamp:
Apr 11, 2022 6:10:48 PM (3 years ago)
Author:
vboxsync
Message:

Additions: Linux: Guest Lib: fix VBoxDRMClient arguments when starting it, bugref:10134.

Make VBoxDRMClient visible in ps(1) output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDrmClient.cpp

    r94305 r94563  
    151151{
    152152#if defined(RT_OS_LINUX)
    153     const char *apszArgs[1] = { NULL }; /** @todo r=andy Pass path + process name as argv0? */
     153    const char *apszArgs[2] = { VBOX_DRMCLIENT_EXECUTABLE, NULL }; /** @todo r=andy Pass path + process name as argv0? */
    154154    return VbglR3DrmStart(VBOX_DRMCLIENT_EXECUTABLE, apszArgs);
    155155#else
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