Mailinglist Archive: opensuse-packaging (216 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Packaging wicd for 11.4, dbus security issue
- From: Michael Matz <matz@xxxxxxx>
- Date: Mon, 21 Mar 2011 06:02:52 +0100 (CET)
- Message-id: <Pine.LNX.4.64.1103210556410.20892@wotan.suse.de>
Hi,
On Sun, 20 Mar 2011, R. Tyler Croy wrote:
Without going into the sec review topic right now, but what Marcus meant
was that instead of disabling the whole check set its badness to 0. That
way it still will show in the logs but won't prevent building (and hence
testing). See
http://en.opensuse.org/openSUSE:Packaging_checks#Disarming_Fatal_Errors
Disabling really should only be done for false positives which this of
course isn't. In short do this in a rpmlintrc:
setBadness('suse-dbus-unauthorized-service', 0)
instead of addFilter.
Ciao,
Michael.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
On Sun, 20 Mar 2011, R. Tyler Croy wrote:
Add to the source a text file with name wicd-rpmlintrc
with the following content:
addFilter("suse-dbus-unauthorized-service")
Then add this file as source:
Source99: wicd-rpmlintrc
Dont, set the badness down to 0 instead.
In order to get the package *testable* I had to add that rpmlint hack,
Without going into the sec review topic right now, but what Marcus meant
was that instead of disabling the whole check set its badness to 0. That
way it still will show in the logs but won't prevent building (and hence
testing). See
http://en.opensuse.org/openSUSE:Packaging_checks#Disarming_Fatal_Errors
Disabling really should only be done for false positives which this of
course isn't. In short do this in a rpmlintrc:
setBadness('suse-dbus-unauthorized-service', 0)
instead of addFilter.
Ciao,
Michael.
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |