]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
[contrib/solaris/opensshd.in] add umask 022 so sshd.pid is not world writable.
authorTim Rice <tim@multitalents.net>
Wed, 13 Nov 2002 23:50:04 +0000 (15:50 -0800)
committerTim Rice <tim@multitalents.net>
Wed, 13 Nov 2002 23:50:04 +0000 (15:50 -0800)
ChangeLog
contrib/solaris/opensshd.in

index 4a49a8c27b5e5340824333c9a854e4441e0b4c9b..ebcda10f5d6b67eb91cdb3096c4777c3bb680e25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20021111
+ - (tim) [contrib/solaris/opensshd.in] add umask 022 so sshd.pid is
+   not world writable.
+
 20021109
  - (bal) OpenBSD CVS Sync
    - itojun@cvs.openbsd.org 2002/10/16 14:31:48
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2511 2002/11/09 16:11:10 mouring Exp $
+$Id: ChangeLog,v 1.2512 2002/11/13 23:50:04 tim Exp $
index e7ca2489f4fa34faca5a7fb4acdbdf8f04db8225..48b6c5702d8cccefb803d0204d3e4ddfce97942c 100755 (executable)
@@ -3,6 +3,8 @@
 #
 # Stripped PRNGd out of it for the time being.
 
+umask 022
+
 CAT=/usr/bin/cat
 KILL=/usr/bin/kill