Bug 1061833
| Summary: | Inconsistent PolicyKit domain usage for D-Bus methods | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Kopeček <dkopecek> |
| Component: | firewalld | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jpopelka, twoerner |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | firewalld-0.3.10-1.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1061809 | Environment: | |
| Last Closed: | 2014-06-19 22:58:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1061809 | ||
| Bug Blocks: | |||
|
Comment 1
Jiri Popelka
2014-03-20 15:50:42 UTC
also https://git.fedorahosted.org/cgit/firewalld.git/commit/?id=b915a9c9dbbba9bdaecd9d99d779dceb504da8a7 POLICIES -> INFO queryLockdown() queryLockdownWhitelistCommand() getLockdownWhitelistCommands() queryLockdownWhitelistUid() getLockdownWhitelistUids() queryLockdownWhitelistUser() getLockdownWhitelistUsers() queryLockdownWhitelistContext() getLockdownWhitelistContexts() (In reply to Daniel Kopeček from comment #0) > some get/list methods require _INFO and the others require _CONFIG. There are only 2 list... methods and that's listServices() and listIcmpTypes() - these are PK_ACTION_INFO because they just enumerate *all* existing services/icmptypes, i.e. they don't reveal any configuration. Whether the other methods mentioned in previous comments should be _INFO or _CONFIG/_DIRECT/_POLICIES depends on the product (server/desktop). On desktop they can be _INFO, on server _CONFIG/_... This should solve https://git.fedorahosted.org/cgit/firewalld.git/commit/?id=d4e5b8c15cb50e9f4eda683eb18b5a7d11e52c46 https://git.fedorahosted.org/cgit/firewalld.git/commit/?id=a9a5e2f997efbee67abc938ab2484f1c27d59ce7 See also bug #1091068#c1 firewalld-0.3.10-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/firewalld-0.3.10-1.fc20 Package firewalld-0.3.10-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing firewalld-0.3.10-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6834/firewalld-0.3.10-1.fc20 then log in and leave karma (feedback). firewalld-0.3.10-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |