Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

polkit-rules-whitelist: add fudo rules (bsc#1215948) #1116

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions configs/openSUSE/polkit-rules-whitelist.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,30 @@ bug = "bsc#1215276"
[[FileDigestGroup.digests]]
path = "/usr/share/polkit-1/rules.d/49-aeon.rules"
hash = "d26cd444235c36d2270a4950b24e2aefbb772d5654232338289a4f2775aebb5d"

[[FileDigestGroup]]
package = "fudo"
type = "polkit"
note = "allows members of a configurable group to pass the machinectl authentication"
bug = "bsc#1215948"
[[FileDigestGroup.digests]]
path = "/usr/share/polkit-1/rules.d/30-fudo-machinectl-shell.rules"
hash = "c1be55f0eba968d13b88d5d8894917241a508118cdc782cda5855da835f74851"

[[FileDigestGroup]]
package = "fudo-policy-selfauth-wheel"
type = "polkit"
note = "allows members of the wheel group to authenticate machinectl by entering their own password"
bug = "bsc#1215948"
[[FileDigestGroup.digests]]
path = "/usr/share/polkit-1/rules.d/31-fudo-machinectl-shell-selfauth-wheel.rules"
hash = "fe0b6c4f13620426740496c941bef82158d016b00c782f0ada8fa02f93ef9cff"

[[FileDigestGroup]]
package = "fudo-policy-noauth-wheel"
type = "polkit"
note = "allows members of the wheel group to authenticate machinectl without entering a password"
bug = "bsc#1215948"
[[FileDigestGroup.digests]]
path = "/usr/share/polkit-1/rules.d/31-fudo-machinectl-shell-noauth-wheel.rules"
hash = "14da7473389b5567b12a324ac291bd42cdd538186530152ce48d6c0f9877c718"