diff options
author | Kang Kai <kai.kang@windriver.com> | 2011-07-20 10:16:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 12:02:41 +0100 |
commit | 27b2d3dc1cd660a254d7007d5e379a1b5f68b9ec (patch) | |
tree | ba43eceaed85f8c591cb5f5aab3ec69eb038882b /meta/recipes-extended/screen/screen-4.0.3 | |
parent | 03bf55e6a4661877ba65617e5bbe904d37b97612 (diff) | |
download | poky-27b2d3dc1cd660a254d7007d5e379a1b5f68b9ec.tar.gz |
screen: add pam support
According to DISTRO_FEATURES then add screen pam support or not.
Press "Ctrl+a x" will lock the screen terminal, then unlock it will
use pam.
Add pam related configure file sceen.pam from Fedora.
(From OE-Core rev: 7c08305f8008ab322d19d0a0852a851fd44ae510)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/screen/screen-4.0.3')
-rw-r--r-- | meta/recipes-extended/screen/screen-4.0.3/screen.pam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/screen/screen-4.0.3/screen.pam b/meta/recipes-extended/screen/screen-4.0.3/screen.pam new file mode 100644 index 0000000000..ff657fa07c --- /dev/null +++ b/meta/recipes-extended/screen/screen-4.0.3/screen.pam | |||
@@ -0,0 +1,2 @@ | |||
1 | #%PAM-1.0 | ||
2 | auth include common-auth | ||