Update:Remora Permissions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 12: Line 12:


= Adding Permissions =
= Adding Permissions =
We will want to check permissions for read/write items in particular.


= Adding an ACO =
= Adding an ACO =

Revision as of 15:51, 12 October 2006

« Back to Update:Remora

Intro

Before you continue reading this, RTFCM on ACLs.

Definitions

  • ACL - Access Control List, this is our list of "what can access what", and is controlled by the aros_acos table.
  • ARO - Access Request Object, this is typically a user or any other entity that wants access to something. Data is found in the aros table.
  • ACO - Access Control Object, this is an object that people get access to, like an addon record, category edit, etc. Data is found in the acos table.

From the Cake manual:

ACL is what is used to decide when an ARO can have access to an ACO.

Adding Permissions

We will want to check permissions for read/write items in particular.

Adding an ACO

Adding an ARO

Making group AROs