VirtualBox

Changeset 93374 in vbox for trunk


Ignore:
Timestamp:
Jan 20, 2022 5:55:15 PM (3 years ago)
Author:
vboxsync
Message:

Additions: Linux: Installer: create vboxdrmipc user group needed for IPC communication between VBoxDRMClient and VBoxClient, bugref:10134.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r93115 r93374  
    4040# * Should fail if the configuration file is missing or missing INSTALL_DIR or
    4141#   INSTALL_VER entries.
    42 # * vboxadd user and vboxsf groups should be created if they do not exist - test
     42# * vboxadd, vboxsf and vboxdrmipc user groups should be created if they do not exist - test
    4343#   by removing them before installing.
    4444# * Shared folders can be mounted and auto-mounts accessible to vboxsf group,
     
    430430    test -n "${INSTALL_NO_MODULE_BUILDS}" || create_module_rebuild_script
    431431    shared_folder_setup
     432    # Create user group which will have permissive access to DRP IPC server socket.
     433    groupadd -r -f vboxdrmipc >/dev/null 2>&1
     434
    432435    if  running_vboxguest || running_vboxadd; then
    433436        info "Running kernel modules will not be replaced until the system is restarted"
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