Re: Darwin-kernel Digest, Vol 3, Issue 28
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On 4-Feb-06, at 3:02 PM, darwin-kernel-request@lists.apple.com wrote: ---------------------------------------------------------------------- Message: 1 Date: Sat, 04 Feb 2006 08:00:56 -0500 From: Alain Birtz <abz@videotron.ca> Subject: Kern ext. message "An item in the Startup Items folder...Fix" To: darwin-kernel@lists.apple.com Message-ID: <6A321677-D56B-4F88-9890-30975B462460@videotron.ca> Content-Type: text/plain; charset="us-ascii" After the restart Mac OS X send this message dot thef the kernel extention myKern An item in the Startup Items folder ("/Library/StartupItems/myKern") does not have the proper security settings." Options are to "Disable" or "Fix" (or "Decide Later" to change nothing). The permission, owner and group of the kernel extention files seem exactly the same after and before the "Fix". Do I miss something ? What cant I do to install the kernel extention correctly ? ------------------------------ Message: 2 Date: Sat, 4 Feb 2006 11:47:23 -0500 From: Peter Lovell <vpndev@mac.com> Subject: Re: Kern ext. message "An item in the Startup Items folder...Fix" To: Alain Birtz <abz@videotron.ca> Cc: Darwin Kernel List <darwin-kernel@lists.apple.com> Message-ID: <C39333AF-EABF-4EE0-BD6D-BB7516F76F26@mac.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Feb 4, 2006, at 8:00 AM, Alain Birtz wrote: After the restart Mac OS X send this message dot thef the kernel extention myKern The permission, owner and group of the kernel extention files seem exactly the same after and before the "Fix". Do I miss something ? Hi Alain, I had thought, actually, that "Fix" was no longer an option. The general rules for kexts are that all items be owned by root:wheel (uid:gid is 0:0) and that nothing be writable except by root. That usually translates to mode 755 for directories and 644 for files. If you specify "fix" and restart, do you get the same message again, i.e. did "fix" cure the problem? Yes. when MyKern script is installed with group/owner: wheel/root the kernel extention not longer load !!! #!/bin/sh /sbin/kextload /Library/StartupItems/MyKern/MyKern.kext .... Regards.....Peter ------------------------------ _______________________________________________ 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...
participants (1)
-
Alain Birtz