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')
|