All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan McGregor <danismostlikely@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/3] sudo: fix pam config on systemd systems
Date: Tue, 12 Apr 2016 12:25:31 -0600	[thread overview]
Message-ID: <1460485532-13735-2-git-send-email-danismostlikely@gmail.com> (raw)
In-Reply-To: <1460485532-13735-1-git-send-email-danismostlikely@gmail.com>

From: Dan McGregor <dan.mcgregor@usask.ca>

Pam_keyinit revoke causes issues on systemd systems. Make its use
optional. This brings it in line with Fedora 23 and Centos 7.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
---
 meta/recipes-extended/sudo/files/sudo.pam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sudo/files/sudo.pam b/meta/recipes-extended/sudo/files/sudo.pam
index 5bc26e7..515eab0 100644
--- a/meta/recipes-extended/sudo/files/sudo.pam
+++ b/meta/recipes-extended/sudo/files/sudo.pam
@@ -2,5 +2,5 @@
 auth       include      common-auth
 account    include      common-account
 password   include      common-password
-session    required     pam_keyinit.so revoke
+session    optional     pam_keyinit.so revoke
 session    required     pam_limits.so
-- 
2.8.1



  reply	other threads:[~2016-04-12 18:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-12 18:25 [PATCH 1/3] sysvinit: make lastb.1 an alternative Dan McGregor
2016-04-12 18:25 ` Dan McGregor [this message]
2016-04-12 18:25 ` [PATCH 3/3] git: update to 2.8.1 Dan McGregor
2016-04-12 19:10   ` Denys Dmytriyenko
2016-04-12 19:41   ` Burton, Ross
2016-04-12 19:48     ` Dan McGregor
2016-04-19  2:44       ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1460485532-13735-2-git-send-email-danismostlikely@gmail.com \
    --to=danismostlikely@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.