FltSetSecurityObject returns STATUS_NOT_IMPLEMENTED

Hi…
FltSetSecurityObject function consistantly fails.
It returns STATUS_NOT_IMPLEMENTED.
The same problem is already posted and i read its response that there is a bug in filter manager but still this problem is not solved…
It is also said that ZWxxx routines should be avoid in minifilter.
So do we have any solution to overcome this problem at minifilter level.
or
What is other method to set security descriptor in minifilter.
regard
Amit

Just use the Zw method in your mini as Neal C. stated in the post you
referenced earlier. Slava is correct,
you should not use zw in a mini, except when there is no other way…
And this is pretty much where your at.

m.

xxxxx@yahoo.co.in wrote:

Hi…
FltSetSecurityObject function consistantly fails.
It returns STATUS_NOT_IMPLEMENTED.
The same problem is already posted and i read its response that there is a bug in filter manager but still this problem is not solved…
It is also said that ZWxxx routines should be avoid in minifilter.
So do we have any solution to overcome this problem at minifilter level.
or
What is other method to set security descriptor in minifilter.
regard
Amit


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

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

Amit:

For this particular problem, you’re stuck. I had no alternative but to use
ZwSetSecurityObject since FltSetSecurityObject was/is broken
(FltQuerySecurityObject works OK, though).

Otherwise, you should use Fltxxx routines when possible so the filter
manager can help you.

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@yahoo.co.in
Sent: Wednesday, October 11, 2006 7:08 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] FltSetSecurityObject returns STATUS_NOT_IMPLEMENTED

Hi…
FltSetSecurityObject function consistantly fails.
It returns STATUS_NOT_IMPLEMENTED.
The same problem is already posted and i read its response that there is a
bug in filter manager but still this problem is not solved…
It is also said that ZWxxx routines should be avoid in minifilter.
So do we have any solution to overcome this problem at minifilter level.
or
What is other method to set security descriptor in minifilter.
regard
Amit


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

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