Lines Matching refs:INSTALLATION_DIR

33     INSTALLATION_DIR="$1"
36 echo "SUBSYSTEM==\"usb_device\", ACTION==\"add\", RUN+=\"$INSTALLATION_DIR/VBoxCreateUSBNode.sh \$major \$minor \$attr{bDeviceClass}${USB_GROUP}\""
37 echo "SUBSYSTEM==\"usb\", ACTION==\"add\", ENV{DEVTYPE}==\"usb_device\", RUN+=\"$INSTALLATION_DIR/VBoxCreateUSBNode.sh \$major \$minor \$attr{bDeviceClass}${USB_GROUP}\""
38 echo "SUBSYSTEM==\"usb_device\", ACTION==\"remove\", RUN+=\"$INSTALLATION_DIR/VBoxCreateUSBNode.sh --remove \$major \$minor\""
39 echo "SUBSYSTEM==\"usb\", ACTION==\"remove\", ENV{DEVTYPE}==\"usb_device\", RUN+=\"$INSTALLATION_DIR/VBoxCreateUSBNode.sh --remove \$major \$minor\""
45 INSTALLATION_DIR="$3" # The directory VirtualBox is installed in
70 udev_write_usb "$INSTALLATION_DIR" "$USB_GROUP" ;;
82 INSTALLATION_DIR="$3" # The directory VirtualBox is installed in
88 generate_udev_rule "$VBOXDRV_GRP" "$VBOXDRV_MODE" "$INSTALLATION_DIR" \
125 INSTALLATION_DIR="$3" # The directory VirtualBox is installed in
129 usb_createnode="$INSTALLATION_DIR/VBoxCreateUSBNode.sh"
140 "$INSTALLATION_DIR" "${usb_group}" \
151 INSTALLATION_DIR="$1" # Where the VirtualBox binaries are installed to
154 chcon -t texrel_shlib_t "$INSTALLATION_DIR"/*VBox* > /dev/null 2>&1
155 chcon -t texrel_shlib_t "$INSTALLATION_DIR"/VBoxAuth.so \
157 chcon -t texrel_shlib_t "$INSTALLATION_DIR"/VirtualBox.so \
159 chcon -t texrel_shlib_t "$INSTALLATION_DIR"/components/VBox*.so \
161 chcon -t java_exec_t "$INSTALLATION_DIR"/VirtualBox > /dev/null 2>&1
162 chcon -t java_exec_t "$INSTALLATION_DIR"/VBoxSDL > /dev/null 2>&1
163 chcon -t java_exec_t "$INSTALLATION_DIR"/VBoxHeadless \
165 chcon -t java_exec_t "$INSTALLATION_DIR"/VBoxNetDHCP \
167 chcon -t java_exec_t "$INSTALLATION_DIR"/VBoxNetNAT \
169 chcon -t java_exec_t "$INSTALLATION_DIR"/VBoxExtPackHelperApp \
171 chcon -t java_exec_t "$INSTALLATION_DIR"/vboxwebsrv > /dev/null 2>&1
172 chcon -t java_exec_t "$INSTALLATION_DIR"/webtest > /dev/null 2>&1