rpmlint-mini/polkit-default-privs.config
Johannes Segitz 0829bedc66 Accepting request 678931 from home:mgerstner:branches:devel:openSUSE:Factory:rpmlint
- Add dependency to new polkit-whitelisting subpackage of polkit-default-privs
  and embed the JSON file for polkit rules.d whitelistings. This is necessary
  for the upcoming implementation of a new rpmlint-check to cover files in
  /etc/polkit-1/rules.d and /usr/share/polkit-1/rules.d (bsc#1125314).
- For this we will also need the json python module, since the new whitelist
  will be in the JSON format.

OBS-URL: https://build.opensuse.org/request/show/678931
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint-mini?expand=0&rev=100
2019-02-26 12:34:46 +00:00

4 lines
221 B
Python

# vim: syntax=python
setOption("PolkitPrivsFiles", [ "/opt/testing/share/rpmlint/data/polkit-default-privs.standard" ])
setOption("PolkitRulesWhitelist", [ "/opt/testing/share/rpmlint/data/polkit-rules-whitelist.json" ])