blob: 2be341a216bc8f346b7e7d88c4d1bc557bb66063 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# /etc/securetty: list of terminals on which root is allowed to login.
2# See securetty(5) and login(1).
3console
4
5# Standard serial ports
6ttyS0
7ttyS1
8ttyS2
9ttyS3
10
11# ARM AMBA SoCs
12ttyAM0
13ttyAM1
14ttyAM2
15ttyAM3
16ttyAMA0
17ttyAMA1
18ttyAMA2
19ttyAMA3
20
21# QCOM Socs
22ttyHSL0
23ttyHSL1
24ttyHSL2
25ttyHSL3
26ttyMSM0
27ttyMSM1
28ttyMSM2
29
30# Samsung ARM SoCs
31ttySAC0
32ttySAC1
33ttySAC2
34ttySAC3
35
36# STM SoCs
37ttyAS0
38ttyAS1
39ttyAS2
40ttyAS3
41
42# TI OMAP SoCs
43ttyO0
44ttyO1
45ttyO2
46ttyO3
47
48# Xilinx Zynq SoC
49ttyPS0
50ttyPS1
51
52# USB dongles
53ttyUSB0
54ttyUSB1
55ttyUSB2
56
57# USB serial gadget
58ttyGS0
59
60# PowerMac
61ttyPZ0
62ttyPZ1
63ttyPZ2
64ttyPZ3
65
66# Embedded MPC platforms
67ttyPSC0
68ttyPSC1
69ttyPSC2
70ttyPSC3
71ttyPSC4
72ttyPSC5
73
74# PA-RISC mux ports
75ttyB0
76ttyB1
77
78# Standard hypervisor virtual console
79hvc0
80
81# Oldstyle Xen console
82xvc0
83
84# Standard consoles
85tty1
86tty2
87tty3
88tty4
89tty5
90tty6
91tty7
92tty8
93tty9
94tty10
95tty11
96tty12
97tty13
98tty14
99tty15
100tty16
101tty17
102tty18
103tty19
104tty20
105tty21
106tty22
107tty23
108tty24
109tty25
110tty26
111tty27
112tty28
113tty29
114tty30
115tty31
116tty32
117tty33
118tty34
119tty35
120tty36
121tty37
122tty38
123tty39
124tty40
125tty41
126tty42
127tty43
128tty44
129tty45
130tty46
131tty47
132tty48
133tty49
134tty50
135tty51
136tty52
137tty53
138tty54
139tty55
140tty56
141tty57
142tty58
143tty59
144tty60
145tty61
146tty62
147tty63
148
149# Local X displays (allows empty passwords with pam_unix's nullok_secure)
150pts/0
151pts/1
152pts/2
153pts/3
154
155# Embedded Freescale i.MX ports
156ttymxc0
157ttymxc1
158ttymxc2
159ttymxc3
160ttymxc4
161ttymxc5
162
163# Freescale lpuart ports
164ttyLP0
165ttyLP1
166ttyLP2
167ttyLP3
168ttyLP4
169ttyLP5
170
171# Standard serial ports, with devfs
172tts/0
173tts/1
174
175# Standard consoles, with devfs
176vc/1
177vc/2
178vc/3
179vc/4
180vc/5
181vc/6
182vc/7
183vc/8
184vc/9
185vc/10
186vc/11
187vc/12
188vc/13
189vc/14
190vc/15
191vc/16
192vc/17
193vc/18
194vc/19
195vc/20
196vc/21
197vc/22
198vc/23
199vc/24
200vc/25
201vc/26
202vc/27
203vc/28
204vc/29
205vc/30
206vc/31
207vc/32
208vc/33
209vc/34
210vc/35
211vc/36
212vc/37
213vc/38
214vc/39
215vc/40
216vc/41
217vc/42
218vc/43
219vc/44
220vc/45
221vc/46
222vc/47
223vc/48
224vc/49
225vc/50
226vc/51
227vc/52
228vc/53
229vc/54
230vc/55
231vc/56
232vc/57
233vc/58
234vc/59
235vc/60
236vc/61
237vc/62
238vc/63