Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Wed, 25 Jul 2001 16:40:40 +0200 From: Corinna Vinschen To: cygdev Subject: Re: NTSEC users: Please test Message-ID: <20010725164040.M490@cygbert.vinschen.de> Reply-To: cygdev Mail-Followup-To: cygdev References: <20010716004416 DOT O25442 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fujieda@jaist.ac.jp on Wed, Jul 25, 2001 at 10:28:35PM +0900 On Wed, Jul 25, 2001 at 10:28:35PM +0900, Kazuhiro Fujieda wrote: > >>> On Mon, 16 Jul 2001 00:44:16 +0200 > >>> Corinna Vinschen said: > > > I think I found how to do it and I implemented it now that way: > > > > - The DELETE permission is never used. > > - The FILE_DELETE_CHILD permission is only set on directories > > if user (or group or others) has write and execute permission. > > This reflects the POSIX permission to delete a file or subdirectory > > only if w and x bits are both set. > > - If S_ISVTX bit should be set the FILE_DELETE_CHILD permission isn't > > set for "others" even if they have write and execute bit set. This > > seems to match the POSIX behaviour now as close as possible. > > This way can't allow us to delete files created in the directory > with the special ACE, the full rights of the "creator owner". > > The default temporary directory is C:/TEMP with the ACE on NT4.0. > The ACE is used to realize the semantics like the S_ISVTX bit on UNIX. > So we should be able to freely operate files created by ourselves > in the directory. But we can't delete them created by the new DLL. > > I propose ntsec adds the DELETE permission of the owner to files > created in such directories. I'm partly convinced. I have a slight problem, though. This would actually require to read the directory permissions to set the correct file permissions... which waists lot of time. Would it perhaps be ok to add the DELETE permission to a files owner ACE always? That wouldn't exactly match the UNIX way but it would be a close subset, perhaps. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc.