diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2015-01-08 14:59:43 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:47 +0000 |
commit | 867758c971fbbafc65bf1b25f862e85281274dc4 (patch) | |
tree | 0aab185545af87c43767d24ee78f5043973e9a89 | |
parent | 2323efc7994e60e471579ed7a7ff385f33cc5dba (diff) | |
download | poky-867758c971fbbafc65bf1b25f862e85281274dc4.tar.gz |
shadow: securetty: Add Xilinx Zynq SoC
Add Zynq's console devices to securetty.
(From OE-Core rev: 82f5fd5f39b1c665098dd5ca567cbb2b5d955924)
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/shadow/files/securetty | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/files/securetty b/meta/recipes-extended/shadow/files/securetty index ecc246f799..2be341a216 100644 --- a/meta/recipes-extended/shadow/files/securetty +++ b/meta/recipes-extended/shadow/files/securetty | |||
@@ -45,6 +45,10 @@ ttyO1 | |||
45 | ttyO2 | 45 | ttyO2 |
46 | ttyO3 | 46 | ttyO3 |
47 | 47 | ||
48 | # Xilinx Zynq SoC | ||
49 | ttyPS0 | ||
50 | ttyPS1 | ||
51 | |||
48 | # USB dongles | 52 | # USB dongles |
49 | ttyUSB0 | 53 | ttyUSB0 |
50 | ttyUSB1 | 54 | ttyUSB1 |