Changeset 37150 in vbox for trunk/src/VBox/Installer
- Timestamp:
- May 19, 2011 12:04:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/makepackage.sh
r36687 r37150 204 204 # Other executables that need setuid root (hardened or otherwise) 205 205 $VBOX_AWK 'NF == 6 \ 206 && ( $3 == "opt/VirtualBox/amd64/VBoxUSBHelper" \ 207 || $3 == "opt/VirtualBox/i386/VBoxUSBHelper" \ 208 || $3 == "opt/VirtualBox/amd64/VBoxNetAdpCtl" \ 206 && ( $3 == "opt/VirtualBox/amd64/VBoxNetAdpCtl" \ 209 207 || $3 == "opt/VirtualBox/i386/VBoxNetAdpCtl" \ 210 208 || $3 == "opt/VirtualBox/amd64/VBoxNetDHCP" \
Note:
See TracChangeset
for help on using the changeset viewer.