1 01/14/87 set_iacl_seg, sis
2
3 Syntax as a command: sis path mode1 User_id1...modeN User_idN
4 -control_args
5
6
7 Function: manipulates the segment initial access control lists
8 initial ACLs of directories.
9
10
11 Arguments:
12 path
13 specifies the directory whose segment initial ACL is to be changed.
14 If it is -working_directory -wd, the segment initial ACL for the
15 user's working directory is changed. You can use the star
16 convention.
17 modes
18 is the mode associated with User_ids. It can consist of any or all
19 the letters rew. The strings null, n, and "" specifically deny
20 access to User_ids.
21 User_ids
22 is an access control name of the form Person_id.Project_id.tag. If
23 one or more of the components is missing, all entries that match
24 User_ids are changed to modes see set_acl for a description of the
25 matching strategy. If the three components are present, the
26 segment initial ACL entry with that name is changed to modes or one
27 is added if none exists.
28
29
30 Control arguments:
31 -no_sysdaemon, -nsd
32 does not add "rw *.SysDaemon.*" when using -replace.
33 -replace, -rp
34 deletes all segment initial ACL terms--with the exception of the
35 default *.SysDaemon.* term unless you supplied -no_sysdaemon--before
36 adding the terms specified on the command line. Default: to add
37 to and modify the existing initial ACL
38 -ring N, -rg N
39 identifies the ring number whose segment initial ACL should be set.
40 It can appear anywhere on the line, except between a mode and its
41 associated User_id, and affects the whole line. If present, follow
42 it by N where 0 <= N <= 7. If omitted, your ring is assumed.
43 -sysdaemon, -sd
44 adds, with -replace, an "rw *.SysDaemon.*" initial ACL term before
45 adding the terms specified on the command line. Default
46
47
48 Notes: A segment initial ACL contains the ACL entries to be placed on
49 segments created in the specified directory see "Access Control" in
50 the Programmer's Reference Manual.