Initial import from FreeBSD RELENG_4:
[dragonfly.git] / games / dm / dm.8
1 .\" Copyright (c) 1987, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)dm.8        8.1 (Berkeley) 5/31/93
33 .\" $FreeBSD: src/games/dm/dm.8,v 1.3.2.1 2000/12/08 13:40:03 ru Exp $
34 .\"
35 .Dd May 31, 1993
36 .Dt DM 8
37 .Os
38 .Sh NAME
39 .Nm dm
40 .Nd dungeon master
41 .Sh SYNOPSIS
42 .Nm ln
43 .Fl s Cm dm Ar game
44 .Sh DESCRIPTION
45 .Nm Dm
46 is a program used to regulate game playing.
47 .Nm Dm
48 expects to be invoked with the name of a game that a user wishes to play.
49 This is done by creating symbolic links to
50 .Nm ,
51 in the directory
52 .Pa /usr/games
53 for all of the regulated games.
54 The actual binaries for these games should be placed in a
55 .Dq hidden
56 directory,
57 .Pa /usr/games/hide ,
58 that may only be accessed by the
59 .Nm
60 program.
61 .Nm Dm
62 determines if the requested game is available and, if so, runs it.
63 The file
64 .Pa /etc/dm.conf
65 controls the conditions under which games may
66 be run.
67 .Pp
68 The file
69 .Pa /etc/nogames
70 may be used to
71 .Dq turn off
72 game playing.
73 If the file exists, no game playing is allowed; the contents of the file
74 will be displayed to any user requesting a game.
75 .Sh FILES
76 .Bl -tag -width /var/log/games.log -compact
77 .It Pa /etc/dm.conf
78 configuration file
79 .It Pa /etc/nogames
80 turns off game playing
81 .It Pa /usr/games/hide
82 directory of ``real'' binaries
83 .It Pa /var/log/games.log
84 game logging file
85 .El
86 .Sh SEE ALSO
87 .Xr dm.conf 5
88 .Sh BUGS
89 Two problems result from
90 .Nm
91 running the games setuid
92 .Dq games .
93 First, all games that allow users to run
94 .Tn UNIX
95 commands should carefully
96 set both the real and effective user id's immediately before executing
97 those commands.  Probably more important is that
98 .Nm
99 never be setuid
100 anything but
101 .Dq games
102 so that compromising a game will result only in
103 the user's ability to play games at will.  Secondly, games which previously
104 had no reason to run setuid and which accessed user files may have to
105 be modified.
106 .Sh HISTORY
107 The
108 .Nm
109 command appeared in
110 .Bx 4.3 tahoe .