Penguin
Blame: Xwrapper.config(5)
EditPageHistoryDiffInfoLikePages
Annotated edit history of Xwrapper.config(5) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 Xwrapper.config
2 !!!Xwrapper.config
3 NAME
4 DESCRIPTION
5 SEE ALSO
6 AUTHOR
7 ----
8 !!NAME
9
10
11 Xwrapper.config - configuration options for X server wrapper
12 !!DESCRIPTION
13
14
15 ''/etc/X11/Xwrapper.config'' contains a set of flags that
16 determine some of the behavior of Debian's X server wrapper,
17 which is installed on the system as ''/usr/X11R6/bin/X''.
18 The purpose of the wrapper, and of this configuration file,
19 is twofold.
20
21
22 Firstly, it is intended to implement sound security
23 practices. Since the X server requires superuser privileges,
24 it may be unwise to permit just any user on the system to
25 execute it. Even if the X server is not exploitable in the
26 sense of permitting ordinary users to gain elevated
27 privileges, a poorly-written or insufficiently-tested
28 hardware driver for the X server may cause bus lockups and
29 freeze the system, an unpleasant experience for anyone using
30 it at the time.
31
32
33 Secondly, a wrapper is a convenient place to set up an
34 execution environment for the X server distinct from the
35 configurable parameters of the X server itself.
36
37
38 __Xwrapper.config__ may be edited by hand, but it is
39 typically configured via debconf, the Debian configuration
40 tool. The X server wrapper is part of the
41 ''xserver-common'' Debian package, therefore the
42 parameters of __Xwrapper.config__ may be changed with the
43 command ''dpkg-reconfigure xserver-common''. See
44 ''dpkg-reconfigure''(8) for more
45 information.
46
47
48 The format of __Xwrapper.config__ is a text file
49 containing a series of lines of the form
50
51
52 ''name''=''value''
53
54
55 where ''name'' is a variable name containing any
56 combination of numbers, letters, or underscore (_)
57 characters, and ''value'' is any combination of letters,
58 numbers, underscores (_), dashes (-). ''value'' may also
59 contain spaces as long as there is at least one character
60 from the list above bounding the space(s) on both sides.
61 Whitespace before and after ''name'',''value'', or the
62 equals sign is legal but ignored. Any lines not matching the
63 above described legal format are ignored. Note that this
64 specification may change as the X server wrapper
65 develops.
66
67
68 Available options are:
69
70
71 allowed_users
72
73
74 may be set to one of the following values:
75 __rootonly__,__console__,__anybody__.
76 __
77
78
79 nice_value
80
81
82 may be any integer in the interval [[-20,19]. This is used to
83 set the executing X server's process priority. See
84 nice(1).
85 !!SEE ALSO
86
87
88 ''dpkg-reconfigure''(8), nice(1)
89 !!AUTHOR
90
91
92 This manpage was written by Branden Robinson for Progeny
93 Linux Systems, Inc., and Debian GNU/Linux.
94 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.