VirtualBox

Changeset 27412 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 16, 2010 3:20:11 PM (15 years ago)
Author:
vboxsync
Message:

Linux Additions: set mount_exec_t security context for mount.vboxsf to make F12 happy during boot

File:
1 edited

Legend:

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

    r27343 r27412  
    401401    # Put mount.vboxsf in the right place
    402402    ln -sf "$lib_path/$PACKAGE/mount.vboxsf" /sbin
     403    # At least Fedora 11 and Fedora 12 demand on the correct security context when
     404    # executing this command from service scripts. Shouldn't hurt for other distributions.
     405    chcon -u system_u -t mount_exec_t "$lib_path/$PACKAGE/mount.vboxsf" > /dev/null 2>&1
    403406
    404407    succ_msg
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