Changeset 27412 in vbox for trunk/src/VBox
- Timestamp:
- Mar 16, 2010 3:20:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r27343 r27412 401 401 # Put mount.vboxsf in the right place 402 402 ln -sf "$lib_path/$PACKAGE/mount.vboxsf" /sbin 403 # At least Fedora 11 and Fedora 12 demand on the correct security context when 404 # executing this command from service scripts. Shouldn't hurt for other distributions. 405 chcon -u system_u -t mount_exec_t "$lib_path/$PACKAGE/mount.vboxsf" > /dev/null 2>&1 403 406 404 407 succ_msg
Note:
See TracChangeset
for help on using the changeset viewer.