From 47a7d6f7477ac279b271babd970d2b4b6839fdb5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 26 Oct 2020 21:15:18 +0000 Subject: templates/system-auth.tpl: fix libcap module name Bug: https://bugs.gentoo.org/750524 Signed-off-by: Sam James --- templates/system-auth.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl index 668303f..2ffd7ea 100644 --- a/templates/system-auth.tpl +++ b/templates/system-auth.tpl @@ -43,7 +43,7 @@ session optional pam_ssh.so {% endif %} {% if libcap %} --session optional pam_libcap.so +-session optional pam_cap.so {% endif %} {% include "templates/system-session.tpl" %} -- cgit v1.2.3-65-gdbad