Line | |
---|
1 | .TH PERMISSIONS 5 "3 November 1986" |
---|
2 | .UC 4 |
---|
3 | .SH NAME |
---|
4 | permissions \- a list of subscribers and the statfiles that they are |
---|
5 | allowed to access |
---|
6 | .SH DESCRIPTION |
---|
7 | A |
---|
8 | .I permissions |
---|
9 | contains the names of the machines that are allowed to |
---|
10 | access files via |
---|
11 | .B track. |
---|
12 | Permissions are specified as pairs of |
---|
13 | .I subscribers and subscriptionlists |
---|
14 | If the |
---|
15 | .I permissions |
---|
16 | file does not exist, then the system is |
---|
17 | wide open (i.e. anyone that can execute |
---|
18 | .B track |
---|
19 | will be able |
---|
20 | to access all the files that |
---|
21 | .B track |
---|
22 | can access.) |
---|
23 | Conversely, if the |
---|
24 | .I permissions |
---|
25 | file exists, but is empty, the system |
---|
26 | is completly closed (i.e. nobody can access anything via |
---|
27 | .B track.) |
---|
28 | The |
---|
29 | .I permissions |
---|
30 | file contains one line for each |
---|
31 | .I subscriber/subscriptionlist |
---|
32 | pair. |
---|
33 | Each line is made up of the |
---|
34 | .I subscriber's |
---|
35 | name, an arbitrary number of tabs |
---|
36 | and/or spaces, then the |
---|
37 | .I subscriptionlist |
---|
38 | name. |
---|
39 | .PP |
---|
40 | The keyword |
---|
41 | .B ALL |
---|
42 | can be used instead of either a machine name or a file |
---|
43 | name. If |
---|
44 | .B ALL |
---|
45 | appears instead of a machine name, then all |
---|
46 | .I subscribers |
---|
47 | will have access to the associated |
---|
48 | .I subscriptionlist. |
---|
49 | Similarly, if |
---|
50 | .B ALL |
---|
51 | appears as file name, then the associated |
---|
52 | .I subscriber |
---|
53 | will have access to all |
---|
54 | .I subscriptionlists. |
---|
55 | Having a line with the keyword |
---|
56 | .B ALL |
---|
57 | for both the |
---|
58 | .I subscriber |
---|
59 | and |
---|
60 | .I subscriptionlist |
---|
61 | makes the system wide open (i.e. the same thing as not having |
---|
62 | the |
---|
63 | .I permissions |
---|
64 | file exist at all.) |
---|
65 | .SH EXAMPLES |
---|
66 | foo hourly -- Permit the |
---|
67 | .I subscriber |
---|
68 | named foo to access the |
---|
69 | .I subscriptionlist |
---|
70 | name hourly. |
---|
71 | .PP |
---|
72 | foo ALL -- Permit the |
---|
73 | .I subscriber |
---|
74 | named foo to access all |
---|
75 | .I subscriptionlists. |
---|
76 | .PP |
---|
77 | ALL hourly -- Permit all |
---|
78 | .I subscribers |
---|
79 | to access the |
---|
80 | .I subscriptionlist |
---|
81 | name hourly. |
---|
82 | .PP |
---|
83 | ALL ALL -- Permit all |
---|
84 | .I subscribers |
---|
85 | to access all |
---|
86 | .I subscriptionlists. |
---|
87 | .SH FILES |
---|
88 | .../track/permissions |
---|
89 | .SH BUGS |
---|
90 | There is no allowance made for either a |
---|
91 | .I |
---|
92 | subscriber |
---|
93 | or |
---|
94 | .I subscriptionlist |
---|
95 | named |
---|
96 | .B ALL. |
---|
97 | .SH "SEE ALSO" |
---|
98 | track(1), subscriptionlist(5) |
---|
99 | .br |
---|
100 | When Network File Systems Aren't Enough. Automatic Software Distribution |
---|
101 | Revisited. Proceedings of the Summer USENIX Conference. June 16-18, 1986. |
---|
102 | Atlanta, GA. |
---|
Note: See
TracBrowser
for help on using the repository browser.