VirtualBox

Changeset 25081 in vbox


Ignore:
Timestamp:
Nov 28, 2009 11:38:18 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55435
Message:

Additions/linux/installer: SELinux fixes on Fedora 7 and 8 guests

File:
1 edited

Legend:

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

    r25080 r25081  
    471471    case "$redhat_release" in
    472472        Fedora\ release\ 7* | Fedora\ release\ 8* )
    473             semodule -i vbox_x11.pp > /dev/null 2>&1
     473            semodule -i "$share_dir/vbox_x11.pp" > /dev/null 2>&1
     474            ;;
     475    esac
     476
     477    # Install selinux policy for Fedora 8 to allow the X server to
     478    # open our drivers
     479    case "$redhat_release" in
     480        Fedora\ release\ 8* )
     481            chcon -u system_u -t lib_t "$lib_dir"/*.so
    474482            ;;
    475483    esac
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette