OSDN Git Service

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