VERSION 2
#
# A workspace's access control file.
# The format is:
#
#	operation [values]
#	...
#
# where <operation> describes an operation and <values> is a colon (:),
# comma(,), or space separated list of user and/or netgroup names.  A 
# value beginning with a "@" names a netgroup.
#
# The values are processed left to right.  If a username appears
# in the value list or in a netgroup, then the user is granted
# permission for that operation.  A username or netgroup name
# beginning with a "-" is denied permission for that operation.
# A value of just "-" denies everyone permission for that operation.
# If there are no values, then all users are granted permission.
#
# The operations have the following meanings:
#   bringover-from		Permission for this workspace to be the parent
#				during a bringover command
#   bringover-to		Permission for this workspace to be the child
#				during a bringover command
#   putback-from		Permission for this workspace to be the child
#				during a putback command
#   putback-to			Permission for this workspace to be the parent
#				during a putback command
#   undo			Permission to undo a bringover or putback into
#				into this workspace
#   workspace-delete		Permission to delete this workspace via the
#				workspace delete command
#   workspace-move		Permission to move this workspace via the
#				workspace move command
#   workspace-reparent		Permission to reparent this workspace via the
#				workspace reparent command
#   workspace-reparent-to	Permission for this workspace to receive a new
#				child workspace via th workspace reparent
#				command
#

bringover-from		
bringover-to		pz71691
putback-from		
putback-to		
undo			
workspace-delete	pz71691
workspace-move		pz71691
workspace-reparent	pz71691
workspace-reparent-to	
