41d9c982e5
I would like to add to and maintain the gamemode package in Factory and use games:tools as a development project. I am aware that this package is currently not suited for inclusion in Factory as is, as it contains two suppressed lintian errors: 1. It adds a D-Bus service 2. It adds a new Polkit rule Both of these will require audit bugs to be filed to the security team which I plan to do once the package is in games:tools. OBS-URL: https://build.opensuse.org/request/show/607695 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=1
10 lines
533 B
Plaintext
10 lines
533 B
Plaintext
# The PolicyKit priviledge escalation is desired. It does not make sense to open a bug for this while not requesting Factory inclusion, yet.
|
|
addFilter('gamemoded.* polkit-unauthorized-privilege.*')
|
|
setBadness('polkit-unauthorized-privilege', 0)
|
|
|
|
# We have a Systemd macro in postun which is currently empty, but might not be forever.
|
|
addFilter('gamemoded.* empty-%postun')
|
|
|
|
# Libgamemodeauto loads the dependency via dlopen, so it cannot be picked up automatically.
|
|
addFilter('libgamemodeauto.* explicit-lib-dependency libgamemode')
|