forked from pool/virtualbox
d98b0f1e64
Hi Larry, thanks for the positive response. Sure, let your fix settle before taking the next. Here's a small change on top, that avoids a chkstat build verification issue. - adjust file attributes on SUID helpers to avoid chkstat issues - remove obsolete libgsoap-devel (again) - remove /usr/lib/udev/rules.d/60-vboxdrv.rules - it is overruled from vboxdrv init script anyway - vboxdrv generates a /etc/udev/rules.d/60-vboxdrv.rules file on _every_ start, note that fact in /etc/default/virtualbox and describe a strategy to control this behaviour - relocate VBoxCreateUSBNode.sh to /usr/lib/virtualbox this is, where vboxdrv, resp. the generated 60-vboxdrv.rules file is expecting it OBS-URL: https://build.opensuse.org/request/show/418790 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=267
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
# /etc/default/virtualbox
|
|
#
|
|
# -------------------------------------------------------------------------------------------------
|
|
# In the "SHUTDOWN_USERS" list all users for which a check for runnings VMs should be done during
|
|
# shutdown of "vboxdrv" resp. the server:
|
|
# SHUTDOWN_USERS="foo bar"
|
|
#
|
|
# Set "SHUTDOWN" to one of "poweroff", "acpibutton" or "savestate" depending on which of the
|
|
# shutdown methods for running VMs are wanted:
|
|
# SHUTDOWN="poweroff"
|
|
# SHUTDOWN="acpibutton"
|
|
# SHUTDOWN="savestate"
|
|
# -------------------------------------------------------------------------------------------------
|
|
#
|
|
#SHUTDOWN_USERS="foo bar"
|
|
#SHUTDOWN="savestate"
|
|
|
|
# -------------------------------------------------------------------------------------------------
|
|
# By default, vboxdrv creates a file /etc/udev/rules.d/60-vboxdrv.rules every time, it is started,
|
|
# that allows full control of this hosts usb devices in virtual machines (given, you allow accessing
|
|
# them with the GUI).
|
|
# In order to control this ability yourself, copy the generated /etc/udev/rules.d/60-vboxdrv.rules
|
|
# file to another name and modify to your needs, e.g. comment out all lines beginning with SUBSYSTEM,
|
|
# which will make this hosts usb devices inaccessible AND enable the next line.
|
|
#INSTALL_NO_UDEV=1
|
|
|