Disable cdrecord and cdrdao suid root checks.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 4 Feb 2021 15:05:56 +0000 (16:05 +0100)
committerPino Toscano <pino@debian.org>
Thu, 4 Feb 2021 15:05:56 +0000 (16:05 +0100)
Forwarded: not-needed
Last-Update: 2018-09-07

Gbp-Pq: Name 104_dont_require_suid_cdrecord_or_cdrdao.diff

src/k3bsystemproblemdialog.cpp

index ce5670872e1900461c8c338be8ea38e5d5b163fa..4b85421c3ef9207a45258fdbd75317f5bd21fb4d 100644 (file)
@@ -226,6 +226,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le
                                                    i18n("Install a more recent version of the cdrtools.") ) );
             }
 
+/*
 #ifdef Q_OS_LINUX
 
             //
@@ -261,6 +262,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le
             }
 #endif // CDRECORD_SUID_ROOT_CHECK
 #endif
+*/
         }
 
         if( !k3bcore->externalBinManager()->binNeedGroup( "cdrdao" ).isEmpty() ) {
@@ -277,6 +279,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le
                                                i18n("K3b uses cdrdao to actually write CDs."),
                                                i18n("Install the cdrdao package.") ) );
         }
+/*
         else {
 #ifdef Q_OS_LINUX
 #ifdef CDRECORD_SUID_ROOT_CHECK
@@ -300,6 +303,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le
                      " CD, and for growisofs with DVD and BD."),
                 i18n("Consider to install the libburn and cdrskin packages.")));
         }
+*/
     }