Upgrade Kext from 10.5 to 10.6 - mac_vnop and KUNC
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=twWbRzt0Ydk6n383pChiwiqscjliH5Y8zt+nLPFhf/8=; b=gs6mkyzjbMb2ijpQeQ0tRqmOE2B3JMIAYh+U4sjZeE/1sW6qFB9gqOwKY7xgivSMsp CaGECtNvftTIuicdL6DzaFbfWpy9OnXWvBWECf6XkfkDUdEbyWtwrxLgt5GAM3ldvAPI mSkSSliPCbtJok6+cCogVZiIS884/YTPnWmRM= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lQLchhdtLLAszY4feNlbGXF1YFPneQ8bEoaUU/PrfkqoKVm8E/uSKTGGsRPfV7oyIl A/bPDaKd3ZO4rTsXpxqeNr2I5QJKAtZJXbYAxD47L8HKaAU6h4YHaq/xERSME/p1pmlD xzlQEEs7IlSpQUAp22Nv9XJ9J5UzAcrdvW2A8= 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/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Chris Gates