securetty 1.9 KB

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