VirtualBox

Changeset 93466 in vbox for trunk/include


Ignore:
Timestamp:
Jan 27, 2022 8:26:16 PM (3 years ago)
Author:
vboxsync
Message:

Additions: Guest Library: Add interface to query if DRM IPC server socket access should be restricted, bugref:10134.

Access to IPC socket is restricted if /VirtualBox/GuestAdd/DRMIpcRestricted
guest property is set and is READ-ONLY for guest. This change is for Linux
Additions only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r93222 r93466  
    826826/** @name DRM client handling
    827827 * @{ */
     828/** Guest property that defines if the DRM IPC server access should be restricted to a specific user group. */
     829# define VBGLR3DRMIPCPROPRESTRICT   "/VirtualBox/GuestAdd/DRMIpcRestricted"
     830
    828831VBGLR3DECL(bool)    VbglR3DrmClientIsNeeded(void);
     832VBGLR3DECL(bool)    VbglR3DrmRestrictedIpcAccessIsNeeded(void);
    829833VBGLR3DECL(bool)    VbglR3DrmClientIsRunning(void);
    830834VBGLR3DECL(int)     VbglR3DrmClientStart(void);
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