Bug 117600
Summary: | Folder Browser : missing permission checking on item link | ||
---|---|---|---|
Product: | [Retired] Red Hat Enterprise CMS | Reporter: | durnez <vdurnez> |
Component: | ui | Assignee: | ccm-bugs-list |
Status: | CLOSED WONTFIX | QA Contact: | Jon Orris <jorris> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | Keywords: | Security |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-09-05 17:50:20 UTC | Type: | --- |
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: | |||
Bug Blocks: | 108447 |
Description
durnez
2004-03-05 18:17:29 UTC
We should either check on CMS_READ_ITEM or CMS_PREVIEW_ITEM -- users shouldn't need edit permissions to view the item on the back end. In particular, we need to filter on the same permission that back-end search results are filtered on (assuming they're filtered currently) Actually, this should be a non-issue from a UI point of view. Currently although item-level permissions are allowed by the API, the UI only controls folder-level permissions. If you have no rights to the items in the folder, you will also have no rights to the current folder, so you shouldn't see that folder in the list. I know that, for rickshaw at least, the filtering on folder-level permissions has been done. I'm not sure if it's been propagated to 6.0, and I'm not sure if the filtering included item-level permissions as well. See bug 111030 for the folder browser fix. it's currently on london 5.2 but not yet propagated to 6.0 or rickshaw. Closing old tickets |