|
Bugzilla – Full Text Bug Listing |
| Summary: | AUDIT-WHITELIST: plasma-branding-Kalpa: Review of polkit file 49-Kalpa.rules | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Shawn Dunn <sfalken> |
| Component: | Security | Assignee: | Matthias Gerstner <matthias.gerstner> |
| Status: | RESOLVED FIXED | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Shawn Dunn
2023-11-30 16:27:54 UTC
This is also the same as for openSUSE Aeon:
```
polkit.addAdminRule(function(action, subject) {
return ["unix-group:wheel"];
]);
```
Aye, Aeon and Kalpa are following similar design ideas. It looks like the rules file you packaged here has a syntax error in it. Diff
against the openSUSE-Aeon branding rules:
```
diff /usr/share/polkit-1/rules.d/49-kalpa.rules aeon.rules
3c3
< ]);
---
> });
```
Please fix this, then we can do the whitelisting.
we started the whitelisting process and a submission is on its way to Factory. This is an autogenerated message for OBS integration: This bug (1217707) was mentioned in https://build.opensuse.org/request/show/1132520 Factory / rpmlint This is an autogenerated message for OBS integration: This bug (1217707) was mentioned in https://build.opensuse.org/request/show/1133150 Factory / rpmlint This whitelisting should be effective by now. Closing the bug as fixed. |