Re: Upgrade Kext from 10.5 to 10.6 - mac_vnop and KUNC
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com man kextlibs: -unsupported Search unsupported library kexts for symbols (by default they are not searched). That will get you your unsupported kext libraries, if they still define those symbols. You can also use kextfind's -defines-symbol (-dsym) predicate: kextfind -defines-symbol _mac_vnop_getxattr Nik Gervae Kext Management Engineer Apple Inc. On 03 Mar, 2010, at 12:32 , Chris Gates wrote:
I am trying to get a Kext that I had working on 10.5 to work on 10.6.
It's a research system to detect flow from processes to files in the system using KAUTH to detect events, extended attribtutes to mark files, and KUNC to notify the users on certain events (sometimes preventing execution before it occurs). It works on 10.5.8 how I want it to, never crashes, etc.
When trying to move it onto 10.6 it is failing to load and I am getting these errors when I run "kextibs -all-symbols" on it - 3 symbols not found in any library _KUNCUserNotificationDisplayAlert _mac_vnop_getxattr _mac_vnop_setxattr
I know that none of these things are actually supported, but since this is just for limited use, is there any way around this problem?
There are no errors when building.
Thanks for any info - Chris _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/ngervae%40apple.com
This email sent to ngervae@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Nik Gervae