kauth and creds in Darwin 8
kauth and creds in Darwin 8
- Subject: kauth and creds in Darwin 8
- From: Sam Vaughan <email@hidden>
- Date: Thu, 26 May 2005 14:48:20 +1000
crget(), crfree(), crdup() etc. have all been removed from the Darwin
8 kernel. The equivalent functions appear to be kauth_cred_alloc(),
kauth_cred_rele(), kauth_cred_dup() etc. but they aren't exported. I
assume that the kauth KPI is still a work in progress, especially
considering there are declarations like kauth_cred_unref() in sys/
kauth.h for which there's no kernel implementation.
My question is what I should do in the meantime? Should I declare a
dependency on the kernel itself and maintain this from release to
release until there's an exported KPI? What does a dependency on the
kernel itself look like in a kext's OSBundleLibraries dict?
Sam
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden