1 02/11/85 delete_iacl_seg, dis
2
3 Syntax as a command: dis path User_ids -control_args
4
5
6 Function: deletes entries from a segment initial access control list
7 initial ACL in a specified directory. A segment initial ACL contains
8 the ACL entries to be placed on segments created in the specified
9 directory. See IACL.gi.
10
11
12 Arguments:
13 path
14 specifies the pathname of a directory whose segment initial ACL is
15 to be changed. If it is -working_directory -wd or omitted, your
16 working directory is assumed. The star convention is allowed.
17 User_ids
18 are access control names of the form Person_id.Project_id.tag. All
19 entries in the directory initial ACL that match the User_ids are
20 deleted. For a description of the matching strategy see the
21 set_acl command. If you give no User_ids, your Person_id and
22 current Project_id are assumed.
23
24
25 Control arguments:
26 -all, -a
27 deletes the entire initial ACL except an entry for *.SysDaemon.*.
28 -brief, -bf
29 suppresses the messages "User name not on ACL of path" and "Empty
30 initial ACL."
31 -ring N, -rg N
32 identifies the ring number whose directory initial ACL is to be
33 deleted. It can appear anywhere on the line and affects the whole
34 line. If present, follow it by N where 0 <= N <= 7. If not
35 given, your ring is assumed.
36
37
38 Access required: Your must have modify m permission on the
39 directory.