Changeset 63890 in vbox for trunk/src/VBox/Additions/linux/installer/vboxadd.sh
- Timestamp:
- Sep 19, 2016 3:16:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r63889 r63890 382 382 383 383 # Put mount.vboxsf in the right place 384 ln -sf "$ lib_path/$PACKAGE/mount.vboxsf" /sbin384 ln -sf "${INSTALL_DIR}/other/mount.vboxsf" /sbin 385 385 # And a post-installation script for rebuilding modules when a new kernel 386 386 # is installed. … … 406 406 # the real path. The "chcon" is there as a back-up for old guests. 407 407 command -v semanage > /dev/null && 408 semanage fcontext -a -t mount_exec_t " /usr/lib/$PACKAGE/mount.vboxsf"409 chcon -t mount_exec_t "$ lib_path/$PACKAGE/mount.vboxsf"408 semanage fcontext -a -t mount_exec_t "${INSTALL_DIR}/other/mount.vboxsf" 409 chcon -t mount_exec_t "${INSTALL_DIR}/other/mount.vboxsf" 410 410 fi 411 411 }
Note:
See TracChangeset
for help on using the changeset viewer.