diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | pambase-20191115.tar.xz | bin | 0 -> 3240 bytes | |||
-rw-r--r-- | system-auth.in | 4 |
3 files changed, 8 insertions, 0 deletions
@@ -71,6 +71,10 @@ ifeq "$(MINIMAL)" "yes" PAMFLAGS += -DMINIMAL endif +ifeq "$(LIBCAP)" "yes" +PAMFLAGS += -DLIBCAP +endif + all: $(PAMD) install: $(PAMD) diff --git a/pambase-20191115.tar.xz b/pambase-20191115.tar.xz Binary files differnew file mode 100644 index 0000000..0b4f92e --- /dev/null +++ b/pambase-20191115.tar.xz diff --git a/system-auth.in b/system-auth.in index 4d588fb..02d0e50 100644 --- a/system-auth.in +++ b/system-auth.in @@ -43,3 +43,7 @@ session optional pam_ssh.so #if HAVE_ELOGIND -session optional pam_elogind.so #endif + +#if HAVE_LIBCAP +auth optional pam_cap.so +#endif |