X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 	tests=AWL,BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Reply-To: <dbyron@dbyron.com>
From: "David Byron" <dbyron@dbyron.com>
To: <cygwin@cygwin.com>
References: <8DC676DEED33454A9B5D962E4CB26638@pleaset>
Subject: RE: MoveFileW succeeding with cygwin 1.7.1 where it failed with cygwin 1.5.25?
Date: Mon, 8 Feb 2010 20:48:09 -0800
Message-ID: <D092A0E060814446B4665EB0A6FBEDC3@pleaset>
MIME-Version: 1.0
Content-Type: text/plain; 	charset="us-ascii"
Content-Transfer-Encoding: 7bit
In-Reply-To: <8DC676DEED33454A9B5D962E4CB26638@pleaset>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 8-feb-10 David Byron wrote:

> I've found a difference in behavior between cygwin 1.5.25
> and cygwin 1.7.1 that I don't understand.  Renaming a file
> using MoveFileW fails with access denied under cygwin
> 1.5.25 as expected, but it works under 1.7.

I figured out the difference.  My executable that calls MoveFileW spawned by
the version of bash I've got in my cygwin 1.7.1 installation has
SeDebugPrivilege and SeBackupPrivilege enabled.  With the version of bash
I've got in my cygwin 1.5.25 installation those privileges are disabled.

When I disable the SeRestorePrivilege before calling MoveFileW, it fails
under cygwin 1.7.1 as well with access denied.

SeRestorePrivilege enabled by default
-------------------------------------
$ cygcheck -f /usr/bin/bash
bash-3.2.49-23
$ uname -r
1.7.1(0.218/5/3)

SeRestorePrivilege disabled by default
--------------------------------------
$ cygcheck -f /usr/bin/bash
bash-3.2.25-17
$ uname -r
1.5.25(0.156/4/2)

-DB


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

