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