source:
ogLive-Builder-Git/includes/etc/securetty.template
Last change on this file was 0714cda, checked in by , 14 years ago | |
---|---|
|
|
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). |
3 | console |
4 | |
5 | |
6 | pts/0 |
7 | pts/1 |
8 | pts/2 |
9 | pts/3 |
10 | |
11 | |
12 | # Standard serial ports |
13 | ttyS0 |
14 | ttyS1 |
15 | ttyS2 |
16 | ttyS3 |
17 | ttyS4 |
18 | ttyS5 |
19 | |
20 | # USB dongles |
21 | ttyUSB0 |
22 | ttyUSB1 |
23 | ttyUSB2 |
24 | |
25 | # PowerMac |
26 | ttyPZ0 |
27 | ttyPZ1 |
28 | ttyPZ2 |
29 | ttyPZ3 |
30 | |
31 | # Embedded MPC platforms |
32 | ttyPSC0 |
33 | ttyPSC1 |
34 | ttyPSC2 |
35 | ttyPSC3 |
36 | ttyPSC4 |
37 | ttyPSC5 |
38 | |
39 | # PA-RISC mux ports |
40 | ttyB0 |
41 | ttyB1 |
42 | |
43 | # Standard hypervisor virtual console |
44 | hvc0 |
45 | |
46 | # Oldstyle Xen console |
47 | xvc0 |
48 | |
49 | # Standard consoles |
50 | tty1 |
51 | tty2 |
52 | tty3 |
53 | tty4 |
54 | tty5 |
55 | tty6 |
56 | tty7 |
57 | tty8 |
58 | tty9 |
59 | tty10 |
60 | tty11 |
61 | tty12 |
62 | tty13 |
63 | tty14 |
64 | tty15 |
65 | tty16 |
66 | tty17 |
67 | tty18 |
68 | tty19 |
69 | tty20 |
70 | tty21 |
71 | tty22 |
72 | tty23 |
73 | tty24 |
74 | tty25 |
75 | tty26 |
76 | tty27 |
77 | tty28 |
78 | tty29 |
79 | tty30 |
80 | tty31 |
81 | tty32 |
82 | tty33 |
83 | tty34 |
84 | tty35 |
85 | tty36 |
86 | tty37 |
87 | tty38 |
88 | tty39 |
89 | tty40 |
90 | tty41 |
91 | tty42 |
92 | tty43 |
93 | tty44 |
94 | tty45 |
95 | tty46 |
96 | tty47 |
97 | tty48 |
98 | tty49 |
99 | tty50 |
100 | tty51 |
101 | tty52 |
102 | tty53 |
103 | tty54 |
104 | tty55 |
105 | tty56 |
106 | tty57 |
107 | tty58 |
108 | tty59 |
109 | tty60 |
110 | tty61 |
111 | tty62 |
112 | tty63 |
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 |
129 | ttymxc0 |
130 | ttymxc1 |
131 | ttymxc2 |
132 | ttymxc3 |
133 | ttymxc4 |
134 | ttymxc5 |
135 | |
136 | # Embedded Renesas SuperH ports |
137 | ttySC0 |
138 | ttySC1 |
139 | ttySC2 |
140 | ttySC3 |
141 | ttySC4 |
142 | ttySC5 |
Note: See TracBrowser
for help on using the repository browser.