-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.4
-
Component/s: Security / Rights
-
Tags:
-
Sprint:TGV 06
-
Story Points:3
Add new methods on ACL:
- blockInheritance(String username)
- unblockInheritance()
Make ACL#addACE method take care of the ACLs order:
- inherited ACL always at the end
- local ACL at the end, but before inherited if present
- any other ACL before local and inherited
- is required by
-
NXP-24599 Add a new property to restore the old behavior for local ACP computing
- Resolved