source: ogLive-Builder-Git/includes/etc/securetty.template

qndtest
Last change on this file was 0714cda, checked in by adv <adv@…>, 13 years ago

version 1.0.2 boot-tools #404 #420

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2256 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.1 KB
Line 
1# /etc/securetty: list of terminals on which root is allowed to login.
2# See securetty(5) and login(1).
3console
4
5
6pts/0
7pts/1
8pts/2
9pts/3
10
11
12# Standard serial ports
13ttyS0
14ttyS1
15ttyS2
16ttyS3
17ttyS4
18ttyS5
19
20# USB dongles
21ttyUSB0
22ttyUSB1
23ttyUSB2
24
25# PowerMac
26ttyPZ0
27ttyPZ1
28ttyPZ2
29ttyPZ3
30
31# Embedded MPC platforms
32ttyPSC0
33ttyPSC1
34ttyPSC2
35ttyPSC3
36ttyPSC4
37ttyPSC5
38
39# PA-RISC mux ports
40ttyB0
41ttyB1
42
43# Standard hypervisor virtual console
44hvc0
45
46# Oldstyle Xen console
47xvc0
48
49# Standard consoles
50tty1
51tty2
52tty3
53tty4
54tty5
55tty6
56tty7
57tty8
58tty9
59tty10
60tty11
61tty12
62tty13
63tty14
64tty15
65tty16
66tty17
67tty18
68tty19
69tty20
70tty21
71tty22
72tty23
73tty24
74tty25
75tty26
76tty27
77tty28
78tty29
79tty30
80tty31
81tty32
82tty33
83tty34
84tty35
85tty36
86tty37
87tty38
88tty39
89tty40
90tty41
91tty42
92tty43
93tty44
94tty45
95tty46
96tty47
97tty48
98tty49
99tty50
100tty51
101tty52
102tty53
103tty54
104tty55
105tty56
106tty57
107tty58
108tty59
109tty60
110tty61
111tty62
112tty63
113
114# Local X displays (allows empty passwords with pam_unix's nullok_secure)
115:0
116:0.0
117:0.1
118:1
119:1.0
120:1.1
121:2
122:2.0
123:2.1
124:3
125:3.0
126:3.1
127
128# Embedded Freescale i.MX ports
129ttymxc0
130ttymxc1
131ttymxc2
132ttymxc3
133ttymxc4
134ttymxc5
135
136# Embedded Renesas SuperH ports
137ttySC0
138ttySC1
139ttySC2
140ttySC3
141ttySC4
142ttySC5
Note: See TracBrowser for help on using the repository browser.