obs error suse-dbus-unauthorized-service

hi

i have a problem with two files in my obs project:


gui-ufw.x86_64: E: suse-dbus-unauthorized-service (Badness: 10000) /usr/share/dbus-1/system-services/gufw.Daemon.service
gui-ufw.x86_64: E: suse-dbus-unauthorized-service (Badness: 10000) /etc/dbus-1/system.d/gufw.Daemon.conf
The package installs a DBUS system service file. If the package is intended
for inclusion in any SUSE product please open a bug report to request review
of the service by the security team.

in a first time i’ve tried to remove those two files but gufw seems to need it

how can i keep this files and fix this error

thanks

regards

Hi
Set the badness to 0 in a file called gui-ufw-rpmlintrc added to your
project


setBadness(' suse-dbus-unauthorized-service', 0)

http://en.opensuse.org/openSUSE:Packaging_checks#Disarming_Fatal_Errors


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.4 (x86_64) Kernel 2.6.37.6-0.7-desktop
up 1 day 11:42, 4 users, load average: 1.33, 1.00, 0.57
GPU GeForce 8600 GTS Silent - Driver Version: 280.13

ok

seems good

where can i find some documentation about the syntax of this file please ??

regards

Hi
As in rpmlintrc?
openSUSE:Packaging checks - openSUSE

Note, use of rpmlintrc should be limited, errors/warnings indicated in brp and rpmlint should be fixed wherever possible.