Changeset 68174 in vbox
- Timestamp:
- Jul 29, 2017 1:31:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh
r68173 r68174 190 190 log_command chmod -R u+rw,a+xr "${MY_TARGET}/root/validationkit/" 191 191 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 192 log_command_in_target chcon -R -t usr_t " ${MY_TARGET}/root/validationkit/"192 log_command_in_target chcon -R -t usr_t "/root/validationkit/" 193 193 fi 194 194
Note:
See TracChangeset
for help on using the changeset viewer.

