diff --git a/vbox-usb-warning.diff b/vbox-usb-warning.diff index 6142f1c..6c1fb8c 100644 --- a/vbox-usb-warning.diff +++ b/vbox-usb-warning.diff @@ -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(); diff --git a/virtualbox.changes b/virtualbox.changes index f3331b1..8b339c8 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -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