RtlCreateSecurityDescriptorRelative

How do I link this API in the driver?:slight_smile: I can’t find any LIB that exports
it and the header files do not have it as an inline.
I’m using Srv03 IFS Kit.

And yes, I can use the RtlCreateSecurityDescriptor instead but wish to use
relative ones for certain reasons.


Alfa File System Filtering components. Security, monitoring and encryption.

I’ve run into the same problem in the past. Although the docs say it should
be there, it has problems finding it.

My workaround was to use RtlCreateSecurityDescriptor in conjunction with
RtlAbsoluteToSelfRelativeSD.

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Dejan Maksimovic
Sent: Tuesday, September 07, 2010 1:46 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] RtlCreateSecurityDescriptorRelative

How do I link this API in the driver?:slight_smile: I can’t find any LIB that exports
it and the header files do not have it as an inline.
I’m using Srv03 IFS Kit.

And yes, I can use the RtlCreateSecurityDescriptor instead but wish to use
relative ones for certain reasons.


Alfa File System Filtering components. Security, monitoring and encryption.


NTFSD is sponsored by OSR

For our schedule of debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

BTW, did you really mean the “IFS kit”? You should be using the latest WDK
(7600.16385.1 IIRC).

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Dejan Maksimovic
Sent: Tuesday, September 07, 2010 1:46 AM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] RtlCreateSecurityDescriptorRelative

How do I link this API in the driver?:slight_smile: I can’t find any LIB that exports
it and the header files do not have it as an inline.
I’m using Srv03 IFS Kit.

And yes, I can use the RtlCreateSecurityDescriptor instead but wish to use
relative ones for certain reasons.


Alfa File System Filtering components. Security, monitoring and encryption.


NTFSD is sponsored by OSR

For our schedule of debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

Sounds like SOMEbody wants to report this to the Bug Bash

http://www.osronline.com/page.cfm?name=bugbash

Peter
OSR

Good point. Done.

Ken

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@osr.com
Sent: Tuesday, September 07, 2010 10:51 AM
To: Windows File Systems Devs Interest List
Subject: RE:[ntfsd] RtlCreateSecurityDescriptorRelative

Sounds like SOMEbody wants to report this to the Bug Bash

http://www.osronline.com/page.cfm?name=bugbash

Peter
OSR


NTFSD is sponsored by OSR

For our schedule of debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

It’s not exported so MmGetSystemRoutineAddress is not even an option.

//Daniel

“Dejan Maksimovic” wrote in message news:xxxxx@ntfsd…
> How do I link this API in the driver?:slight_smile: I can’t find any LIB that exports
> it and the header files do not have it as an inline.
> I’m using Srv03 IFS Kit.
>
> And yes, I can use the RtlCreateSecurityDescriptor instead but wish to use
> relative ones for certain reasons.
>
> –
> Alfa File System Filtering components. Security, monitoring and
> encryption.
>