From 43158dfb5e2e66250c4ce696bdeac69dca8ffa7d Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Thu, 11 Dec 2014 09:30:07 +0100 Subject: [PATCH] script/generic-base: remove patch on /etc/pam.d/systemd-user Change-Id: Idd778b149b693382aa5ad7b91b5f51c489e4dbb6 Bug-Tizen: TC-2227 Signed-off-by: Stephane Desneux --- scripts/generic-base.post | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/scripts/generic-base.post b/scripts/generic-base.post index bfe460d..08ad466 100644 --- a/scripts/generic-base.post +++ b/scripts/generic-base.post @@ -30,19 +30,6 @@ ln -sf /proc/self/mounts /etc/mtab # sdx: fix smack labels on /var/log chsmack -a '*' /var/log -# workaround for bug PTREL-763 -patch -b -p1 -d/ <<'EOF' ---- bad/etc/pam.d/systemd-user 2014-03-20 10:01:36.657843073 +0100 -+++ good/etc/pam.d/systemd-user 2014-03-20 10:06:51.586121696 +0100 -@@ -4,5 +4,6 @@ - - account include system-auth - session include system-auth -+session required pam_systemd.so - auth required pam_deny.so - password required pam_deny.so -EOF - # create appfw dirs inside homes function generic_base_user_exists() { user=$1 -- 2.7.4