Skip to content

Commit

Permalink
Merge pull request #1275 from mgerstner/sssd-infopipe
Browse files Browse the repository at this point in the history
sssd dbus and polkit whitelisting entries (bsc#1230051)
  • Loading branch information
wfrisch authored Sep 12, 2024
2 parents 154facb + d399448 commit d798d06
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/openSUSE/dbus-services.toml
Original file line number Diff line number Diff line change
Expand Up @@ -996,15 +996,15 @@ nodigests = [
package = "sssd-dbus"
type = "dbus"
note = "sssd responder 'infopipe' service; D-Bus interface towards sssd"
bugs = ["bsc#1157663", "bsc#1106600", "bsc#1207586"]
bugs = ["bsc#1157663", "bsc#1106600", "bsc#1207586", "bsc#1230051"]
[[FileDigestGroup.digests]]
path = "/usr/share/dbus-1/system-services/org.freedesktop.sssd.infopipe.service"
digester = "shell"
hash = "a2631eb70e5cdc8392c97e19924dc9aca4ddcf4b38a44ada079dbfd5f3b5c873"
hash = "c966cc2c04a17dea3824fcb280db81a7792bfb8712946169a5dac406560cf473"
[[FileDigestGroup.digests]]
path = "/usr/share/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf"
digester = "xml"
hash = "d9304d507aced6bfd7f14eb5dcc93689ccf2a8b61d346718677fcd97a8b67feb"
hash = "da20106ae5dd2219a6a1cbd3c21734e34a15c8f3b90a7f78a3bf714b0417752c"

[[FileDigestGroup]]
package = "oddjob"
Expand Down
10 changes: 10 additions & 0 deletions configs/openSUSE/polkit-rules-whitelist.toml
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,13 @@ type = "polkit"
path = "/usr/share/polkit-1/rules.d/20-gnome-remote-desktop.rules"
digester = "default"
hash = "559f983aa50bbea8f4927fa96dc06a4e0f781617495339155b2bd4d077ec4607"

[[FileDigestGroup]]
package = "sssd-polkit-rules"
note = "allows the unprivileged 'sssd' user to access smartcards via pcsc"
bug = "bsc#1230051"
type = "polkit"
[[FileDigestGroup.digests]]
path = "/usr/share/polkit-1/rules.d/sssd-pcsc.rules"
digester = "default"
hash = "aa07dbae7abe641bcaec03c5b04da0695a4a49f2d01e486b4c5de61819ebcb70"

0 comments on commit d798d06

Please sign in to comment.