VirtualBox

Changeset 3054 in vbox


Ignore:
Timestamp:
Jun 5, 2007 2:52:45 PM (17 years ago)
Author:
vboxsync
Message:

chcon VBoxRT.so to get testcases work on SELinux-enabled systems at build time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r2981 r3054  
    920920
    921921
     922ifneq ($(wildcard /usr/bin/chcon),)
     923# this is needed for testcases executed at build time
     924$(PATH_BIN)/VBoxRT.so:
     925        $(INSTALL) $(out) $@
     926        chcon -t texrel_shlib_t $@ || true
     927endif
     928
     929
    922930#
    923931# Generate the status code data.
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