summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-06-17 12:44:30 +0000
committerColin Watson <cjwatson@debian.org>2005-06-17 12:44:30 +0000
commit4c2d1c67cea075107aadaa6d81fe456687c69e67 (patch)
tree4f31813c8306491c908948bd75254912385ed651 /debian/changelog
parentbed4bb0fe9380912ecb90e5f918bce8825ec0a38 (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 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 671a44922..aae858b96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,17 @@ openssh (1:4.1p1-4) UNRELEASED; urgency=low
2 2
3 * openssh-client and openssh-server conflict with ssh-krb5, as ssh-krb5 3 * openssh-client and openssh-server conflict with ssh-krb5, as ssh-krb5
4 only conflicts with ssh (closes: #312475). 4 only conflicts with ssh (closes: #312475).
5 * Manoj Srivastava:
6 - Added SELinux capability, and turned it on be default. Added
7 restorecon calls in preinst and postinst (should not matter if the
8 machine is not SELinux aware). By and large, the changes made should
9 have no effect unless the rules file calls --with-selinux; and even
10 then there should be no performance hit for machines not actively
11 running SELinux.
12 - Modified the preinst and postinst to call restorecon to set the
13 security context for the generated public key files.
14 - Added a comment to /etc/pam.d/ssh to indicate that an SELinux system
15 may want to also include pam_selinux.so.
5 * debconf template translations: 16 * debconf template translations:
6 - Update German (thanks, Jens Seidel; closes: #313949). 17 - Update German (thanks, Jens Seidel; closes: #313949).
7 18