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