1.2 Access Control (ACLs)
rt2 includes a rich acl scheme which supports granting rights to users and groups for a given queue or for the entire RT instance.
rights can be granted to:
a specific user who has the privileged flag set and doesn't have the disabled flag set
a specific locally defined group
one of several 'pseudogroups':
everyone, requestor, cc, admincc, owner
Rights granted to an individual user are granted to that user and only that user
Rights granted to a locally defined group will be made available to all members
of that group, so long as they remain members of the group.
rights granted to the pseudo-group 'everyone' will be granted to all users.
Rights granted to any of the following pseudo-groups will be dynamically
granted to users based on the current ticket being dealt with:
requestor, cc, admincc, owner.