FltSetSecurityObject returns STATUS_NOT_IMPLEMENTED (Second request)

NTFSD Folk:

I asked about this before but never got a response. FltSetSecurityObject
consistently fails, but ZwSetSecurityObject works fine. Any help?

Ken

-----Original Message-----
From: Ken Cross [mailto:xxxxx@comcast.net]
Sent: Monday, May 09, 2005 11:04 AM
To: ‘Windows File Systems Devs Interest List’
Subject: FltSetSecurityObject returns STATUS_NOT_IMPLEMENTED

NTFSD Folk:

I’m getting 0xC0000002 (STATUS_NOT_IMPLEMENTED) from FltSetSecurityObject.
This is on XP SP2, but I think it’s consistent on other platforms.

ZwSetSecurityObject works fine, even on Windows 2000 (in spite of the fact
that the documentation says “XP and higher” ).

Is this a known problem in FltSetSecurityObject? Any reason not to use
ZwSetSecurityObject regardless of the documentation?

Ken

Ken,

It turns out that this is a bug in the filter manager. The Flt routine
is properly generating an IRP_MJ_SET_SECURITY callback data structure.
I found that the underlying support routines which converts this to an
IRP is returning this error. For now the Zw routine should work fine.
I have filed a bug to get this fixed.

Thank you for reporting this,

Neal Christiansen
Microsoft File System Filter Group Lead
This posting is provided “AS IS” with no warranties, and confers no
Rights

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ken Cross
Sent: Thursday, May 26, 2005 4:45 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] FltSetSecurityObject returns STATUS_NOT_IMPLEMENTED
(Second request)

NTFSD Folk:

I asked about this before but never got a response.
FltSetSecurityObject
consistently fails, but ZwSetSecurityObject works fine. Any help?

Ken

-----Original Message-----
From: Ken Cross [mailto:xxxxx@comcast.net]
Sent: Monday, May 09, 2005 11:04 AM
To: ‘Windows File Systems Devs Interest List’
Subject: FltSetSecurityObject returns STATUS_NOT_IMPLEMENTED

NTFSD Folk:

I’m getting 0xC0000002 (STATUS_NOT_IMPLEMENTED) from
FltSetSecurityObject.
This is on XP SP2, but I think it’s consistent on other platforms.

ZwSetSecurityObject works fine, even on Windows 2000 (in spite of the
fact
that the documentation says “XP and higher” ).

Is this a known problem in FltSetSecurityObject? Any reason not to use
ZwSetSecurityObject regardless of the documentation?

Ken


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com