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