source: trunk/athena/etc/track/permissions.5 @ 14093

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