]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2009/08/27 17:43:00
authordtucker <dtucker>
Tue, 6 Oct 2009 21:46:21 +0000 (21:46 +0000)
committerdtucker <dtucker>
Tue, 6 Oct 2009 21:46:21 +0000 (21:46 +0000)
     [sftp-server.8]
     allow setting an explicit umask on the commandline to override whatever
     default the user has. bz#1229; ok dtucker@ deraadt@ markus@

ChangeLog
sftp-server.8

index f27d043ee6a624ffad935c68ce073c622e45d090..183733fcbeed06bcc963c0f08e8b572ac9960409 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      as it was inheriting the wrong one when bubblebabble signatures were
      activated; bz#1611 report and patch from fwojcik+openssh AT besh.com;
      ok markus@
+   - djm@cvs.openbsd.org 2009/08/27 17:43:00
+     [sftp-server.8]
+     allow setting an explicit umask on the commandline to override whatever
+     default the user has. bz#1229; ok dtucker@ deraadt@ markus@
 
 20091002
  - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
index efd6fad8ef51a84d7707cb97ecc8bc0354d16b05..1710b758197e7de70fbc739b0e5e0a4c73886b64 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp-server.8,v 1.15 2009/03/26 08:38:39 sobrado Exp $
+.\" $OpenBSD: sftp-server.8,v 1.16 2009/08/27 17:43:00 djm Exp $
 .\"
 .\" Copyright (c) 2000 Markus Friedl.  All rights reserved.
 .\"
@@ -32,6 +32,7 @@
 .Nm sftp-server
 .Op Fl f Ar log_facility
 .Op Fl l Ar log_level
+.Op Fl u Ar umask
 .Sh DESCRIPTION
 .Nm
 is a program that speaks the server side of SFTP protocol
@@ -71,6 +72,11 @@ performs on behalf of the client.
 DEBUG and DEBUG1 are equivalent.
 DEBUG2 and DEBUG3 each specify higher levels of debugging output.
 The default is ERROR.
+.It Fl u Ar umask
+Sets an explicit
+.Xr umask 2
+to be applied to newly-created files and directories, instead of the
+user's default mask.
 .El
 .Pp
 For logging to work,
This page took 0.185118 seconds and 5 git commands to generate.