Software Distributor Administration Guide (March 2009)

Table Of Contents
A sample depot ACL that grants its creator all permissions; user george permission
to list and insert software products; members of group swadm permission to list and
insert products, change the ACL and delete the depot itself; and everyone else
permission to list the contents of the depot, would be:
object_owner:crwit
user:george:-r-i-
group:swadm:crwi-
any_other:-r-
When a depot source object is created, it is automatically protected by a default ACL
derived from its host. Products inserted in that depot will automatically be protected
by an ACL derived from the depot. This concept is discussed in the ACL Templates
” (page 202).
9.5.3.4 Product ACLs
Product ACLs only apply to products on depots. Products on roots are protected by
the root’s ACL. There are two classes of principals that are granted access rights to
products:
Table 9-10 Product Principals
Granted various administrative permissions. This class includes groups and others,
both local and remote.
users
Target systems (agent/daemons) granted read permissions to allow product
installation.
hosts
Permissions on products are:
Table 9-11 Product Permissions
Permission to users to change and delete the product and/or product information.
w (write)
Permission granted to target_hosts to read the source-depot product. (that is, grant
permission to a remote system to install the protected product).
r (read)
Permission to edit or change the ACL.
c (control)
Permission to test access to an object.
t (test)
A sample product ACL that grants user swadm and the creator of the product all
permissions and allows open read permission (allowing free distribution to all systems)
would be:
user:swadm:crw
object_owner:crw
any_other:-r-
9.5 ACL Entries 201