Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Tue, 22 Oct 2002 15:44:46 -0400 From: Jason Tishler Subject: Re: Avoiding /etc/passwd and /etc/group scans In-reply-to: <20021022191217.GD4828@redhat.com> To: cygwin-developers AT cygwin DOT com Mail-followup-to: cygwin-developers AT cygwin DOT com Message-id: <20021022194446.GD1764@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: <3DB416E7 DOT 99E22851 AT ieee DOT org> <20021021162246 DOT GC15828 AT redhat DOT com> <20021022162432 DOT GF514 AT redhat DOT com> <3DB58CBD DOT 87B2BDD8 AT ieee DOT org> <20021022181947 DOT GA4729 AT redhat DOT com> <3DB5A076 DOT ABAFF076 AT ieee DOT org> <20021022191217 DOT GD4828 AT redhat DOT com> On Tue, Oct 22, 2002 at 03:12:17PM -0400, Christopher Faylor wrote: > Will it potentially cause a delay if we use the -d switch? Yes, in my company mkpasswd -d will take *many* hours to run to completion. > The same person who chided me was indicating that setup.exe was > somehow creating files that were incorrect or that cygwin was unable > to execute files with .exe extensions. I don't really understand > what's going on. My WAG is that /bin is 700 and owned by Administrators which causes setup.exe to create .exe files with the same permissions. When ntsec is on these .exe files will not be executable by a regular user. Jason