Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pambase:master commit in: templates/
Date: Mon, 26 Oct 2020 22:49:59
Message-Id: 1603752519.47a7d6f7477ac279b271babd970d2b4b6839fdb5.sam@gentoo
1 commit: 47a7d6f7477ac279b271babd970d2b4b6839fdb5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 21:15:18 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 22:48:39 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/pambase.git/commit/?id=47a7d6f7
7
8 templates/system-auth.tpl: fix libcap module name
9
10 Bug: https://bugs.gentoo.org/750524
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 templates/system-auth.tpl | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
17 index 668303f..2ffd7ea 100644
18 --- a/templates/system-auth.tpl
19 +++ b/templates/system-auth.tpl
20 @@ -43,7 +43,7 @@ session optional pam_ssh.so
21 {% endif %}
22
23 {% if libcap %}
24 --session optional pam_libcap.so
25 +-session optional pam_cap.so
26 {% endif %}
27
28 {% include "templates/system-session.tpl" %}