aboutsummaryrefslogtreecommitdiff
path: root/libpam/pam_static_modules.h
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2008-02-04 13:37:35 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2008-02-04 13:37:35 +0000
commit50b42a659b9e1aeb46deebe56dfb652088d27a99 (patch)
treea281841d17d72f191cc1c5dfa22f758700072caa /libpam/pam_static_modules.h
parent2535f925c1a6049e5ad9ee4f313bcaa79131932b (diff)
downloadpam-50b42a659b9e1aeb46deebe56dfb652088d27a99.tar.gz
pam-50b42a659b9e1aeb46deebe56dfb652088d27a99.tar.bz2
pam-50b42a659b9e1aeb46deebe56dfb652088d27a99.zip
Relevant BUGIDs:
Purpose of commit: bugfixes Commit summary: --------------- 2008-02-04 Thorsten Kukuk <kukuk@thkukuk.de> * libpam/pam_static_modules.h: Add _pam_sepermit_modstruct. * modules/pam_sepermit/pam_sepermit.c: Fix typo. * README: Add --disable-pie to configure options for static library. * doc/man/Makefile.am: Fix building outside of src directory.
Diffstat (limited to 'libpam/pam_static_modules.h')
-rw-r--r--libpam/pam_static_modules.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpam/pam_static_modules.h b/libpam/pam_static_modules.h
index 42dcf8f0..a66b486d 100644
--- a/libpam/pam_static_modules.h
+++ b/libpam/pam_static_modules.h
@@ -67,6 +67,7 @@ extern struct pam_module _pam_rootok_modstruct;
extern struct pam_module _pam_securetty_modstruct;
#ifdef WITH_SELINUX
extern struct pam_module _pam_selinux_modstruct;
+extern struct pam_module _pam_sepermit_modstruct;
#endif
extern struct pam_module _pam_shells_modstruct;
extern struct pam_module _pam_stress_modstruct;
@@ -124,6 +125,7 @@ static struct pam_module *static_modules[] = {
&_pam_securetty_modstruct,
#ifdef WITH_SELINUX
&_pam_selinux_modstruct,
+ &_pam_sepermit_modstruct,
#endif
&_pam_shells_modstruct,
&_pam_stress_modstruct,