forked from pool/virtualbox
Accepting request 558184 from Virtualization
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/558184 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=151
This commit is contained in:
commit
d98f5d5b13
@ -3,13 +3,13 @@ Index: VirtualBox-5.1.22/src/apps/Makefile.kmk
|
||||
--- VirtualBox-5.1.22.orig/src/apps/Makefile.kmk
|
||||
+++ VirtualBox-5.1.22/src/apps/Makefile.kmk
|
||||
@@ -31,5 +31,7 @@ endif
|
||||
|
||||
|
||||
include $(PATH_SUB_CURRENT)/VBoxPermissionMessage/Makefile.kmk
|
||||
|
||||
|
||||
+include $(PATH_SUB_CURRENT)/VBoxUSB_DevRules/Makefile.kmk
|
||||
+
|
||||
include $(FILE_KBUILD_SUB_FOOTER)
|
||||
|
||||
|
||||
Index: VirtualBox-5.1.22/src/apps/VBoxUSB_DevRules/Makefile.kmk
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
@ -64,12 +64,12 @@ Index: VirtualBox-5.1.22/src/apps/VBoxUSB_DevRules/VBoxUSB_DevRules.cpp
|
||||
+ QPushButton *myYesButton = msgBox.addButton("Enable", QMessageBox::YesRole);
|
||||
+ QPushButton *myNoButton = msgBox.addButton("Disable", QMessageBox::NoRole);
|
||||
+ msgBox.setWindowTitle(QObject::tr("USB Rules and Permissions !"));
|
||||
+ msgBox.setText(QObject::tr("USB passthru opens a security hole. "
|
||||
+ msgBox.setText(QObject::tr("USB passthrough opens a security hole. "
|
||||
+ "Please read \nhttps://bugzilla.novell.com/show_bug.cgi?id=664520\n"
|
||||
+ "to understand the problem.\n\nWe regard USB passthru to be extremely useful and worth the security risk. "
|
||||
+ "thus the code defaults to enabling this feature. If you agree that the risk is acceptible, then click 'Enable'.\n"
|
||||
+ "to understand the problem.\n\nWe regard USB passthrough to be extremely useful and worth the security risk. "
|
||||
+ "Thus the code defaults to enabling this feature. If you agree that the risk is acceptable, then click 'Enable'.\n"
|
||||
+ "You will not be asked this question again when VB is updated. If you later change your mind, run 'rm ~/.vbox/*'\n\n"
|
||||
+ "If you wish to disable USB passthru to plug the security hole, then click 'Disable'. "
|
||||
+ "If you wish to disable USB passthrough to plug the security hole, then click 'Disable'. "
|
||||
+ "You will be asked for the system password, and /etc/udev/rules.d/60-vboxdrv.rules will be changed.\n"
|
||||
+ "These changes cannot be preserved through VB updates, thus this screen will be displayed again at that time."));
|
||||
+ msgBox.exec();
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 11 14:02:07 UTC 2017 - hschmidt@suse.com
|
||||
|
||||
- Fix spelling mistakes in vbox-usb-warning.diff.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 9 01:11:34 UTC 2017 - Larry.Finger@lwfinger.net
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user