diff options
author | Colin Watson <cjwatson@debian.org> | 2005-06-17 12:44:30 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-06-17 12:44:30 +0000 |
commit | 4c2d1c67cea075107aadaa6d81fe456687c69e67 (patch) | |
tree | 4f31813c8306491c908948bd75254912385ed651 /config.h.in | |
parent | bed4bb0fe9380912ecb90e5f918bce8825ec0a38 (diff) |
Manoj Srivastava:
- Added SELinux capability, and turned it on be default. Added
restorecon calls in preinst and postinst (should not matter if the
machine is not SELinux aware). By and large, the changes made should
have no effect unless the rules file calls --with-selinux; and even
then there should be no performance hit for machines not actively
running SELinux.
- Modified the preinst and postinst to call restorecon to set the
security context for the generated public key files.
- Added a comment to /etc/pam.d/ssh to indicate that an SELinux system
may want to also include pam_selinux.so.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 400561d6a..99a5d5730 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -829,6 +829,9 @@ | |||
829 | /* Define to 1 if you have the <security/pam_appl.h> header file. */ | 829 | /* Define to 1 if you have the <security/pam_appl.h> header file. */ |
830 | #undef HAVE_SECURITY_PAM_APPL_H | 830 | #undef HAVE_SECURITY_PAM_APPL_H |
831 | 831 | ||
832 | /* Define to 1 if you have the <selinux/selinux.h> header file. */ | ||
833 | #undef HAVE_SELINUX_SELINUX_H | ||
834 | |||
832 | /* Define to 1 if you have the `sendmsg' function. */ | 835 | /* Define to 1 if you have the `sendmsg' function. */ |
833 | #undef HAVE_SENDMSG | 836 | #undef HAVE_SENDMSG |
834 | 837 | ||
@@ -1150,6 +1153,9 @@ | |||
1150 | /* Use libedit for sftp */ | 1153 | /* Use libedit for sftp */ |
1151 | #undef USE_LIBEDIT | 1154 | #undef USE_LIBEDIT |
1152 | 1155 | ||
1156 | /* Define if you want SELinux support. */ | ||
1157 | #undef WITH_SELINUX | ||
1158 | |||
1153 | /* Define to 1 if your processor stores words with the most significant byte | 1159 | /* Define to 1 if your processor stores words with the most significant byte |
1154 | first (like Motorola and SPARC, unlike Intel and VAX). */ | 1160 | first (like Motorola and SPARC, unlike Intel and VAX). */ |
1155 | #undef WORDS_BIGENDIAN | 1161 | #undef WORDS_BIGENDIAN |