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