Index: /trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh
===================================================================
--- /trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh	(revision 68173)
+++ /trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh	(revision 68174)
@@ -190,5 +190,5 @@
 log_command chmod -R u+rw,a+xr "${MY_TARGET}/root/validationkit/"
 if [ -e "${MY_TARGET}/usr/bin/chcon" -o -e "${MY_TARGET}/bin/chcon" -o -e "${MY_TARGET}/usr/sbin/chcon" -o -e "${MY_TARGET}/sbin/chcon" ]; then
-    log_command_in_target chcon -R -t usr_t "${MY_TARGET}/root/validationkit/"
+    log_command_in_target chcon -R -t usr_t "/root/validationkit/"
 fi
 
