Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/9] pam.d: added system-auth configuration file
@ 2014-07-15  8:00 Valentin Popa
  2014-07-15  8:00 ` [PATCH 2/9] user-session-units: added to oe-core Valentin Popa
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Valentin Popa @ 2014-07-15  8:00 UTC (permalink / raw)
  To: openembedded-core

Needed by systemd when it starts user sessions.

Signed-off-by: Valentin Popa <valentin.popa@intel.com>
---
 meta/recipes-extended/pam/libpam/pam.d/system-auth | 7 +++++++
 meta/recipes-extended/pam/libpam_1.1.6.bb          | 1 +
 2 files changed, 8 insertions(+)
 create mode 100644 meta/recipes-extended/pam/libpam/pam.d/system-auth

diff --git a/meta/recipes-extended/pam/libpam/pam.d/system-auth b/meta/recipes-extended/pam/libpam/pam.d/system-auth
new file mode 100644
index 0000000..3275288
--- /dev/null
+++ b/meta/recipes-extended/pam/libpam/pam.d/system-auth
@@ -0,0 +1,7 @@
+auth        required      pam_env.so
+auth        sufficient    pam_unix.so try_first_pass nullok
+auth        required      pam_deny.so
+
+account     required      pam_unix.so
+
+session required pam_systemd.so
\ No newline at end of file
diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb
index 3190aaf..231a76f 100644
--- a/meta/recipes-extended/pam/libpam_1.1.6.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.6.bb
@@ -16,6 +16,7 @@ SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \
            file://pam.d/common-password \
            file://pam.d/common-session \
            file://pam.d/common-session-noninteractive \
+           file://pam.d/system-auth \
            file://pam.d/other \
            file://libpam-xtests.patch \
            file://destdirfix.patch \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-07-18 18:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-15  8:00 [PATCH 1/9] pam.d: added system-auth configuration file Valentin Popa
2014-07-15  8:00 ` [PATCH 2/9] user-session-units: added to oe-core Valentin Popa
2014-07-15 14:24   ` Saul Wold
2014-07-18 14:06   ` [PATCH V2] " Valentin Popa
2014-07-18 18:36     ` Saul Wold
2014-07-15  8:00 ` [PATCH 3/9] image.bbclass: set the proper default target Valentin Popa
2014-07-15  8:00 ` [PATCH 4/9] weston-init: added systemd build logic Valentin Popa
2014-07-15  8:00 ` [PATCH 5/9] weston-init: add xuser and enable user-sesssion-launch Valentin Popa
2014-07-15  8:00 ` [PATCH 6/9] weston: consider --disable-compat-libs in systemd Valentin Popa
2014-07-15  8:00 ` [PATCH 7/9] user-session-units: use user-session-launch to spawn weston Valentin Popa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox