Task #6600
Remove the privilege concept vom ACLs
| Status: | Resolved | Start date: | 2010-02-25 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Andreas Förthner | % Done: | 100% |
|
| Category: | Security | |||
| Target version: | TYPO3 Flow Base Distribution - 1.0 alpha 8 | |||
| Sprint: | Has patch: | |||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
ACL entries will simply define the access privilege by defining a GRANT or DENY for a resource. Example Policy.yaml entry:
acls:
Speaker:
UpdateOwnPaper: GRANT
ownAccount: GRANT
deleteAccount: DENY
The policy service should then provide two API methods: hasAccessOnJoinPoint() and hasAccessOnResource()
Related issues
| related to TYPO3.Flow - Major Feature #5659: Implement content security | Resolved | 2009-12-07 |
Associated revisions
History
Updated by Andreas Förthner about 3 years ago
- Status changed from New to Accepted
Updated by Andreas Förthner about 3 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r3881.