blovenoen / logkext

Automatically exported from code.google.com/p/logkext
0 stars 0 forks source link

Packaging scripts don't set kext permissions properly #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to build and package logKext using Xcode.

What is the expected output? What do you see instead?
The permissions for the kext in the package are g+w instead of g-w as is 
defined in the pmdoc file.

This is an Apple bug.
http://openradar.appspot.com/7253630
rdar://7253630

Workaround:
1. 'cp -R build/packageGen /tmp/logKextInstallRoot'
2. Open the pmdoc file in the PackageMaker GUI and build the package 
from there.

Original issue reported on code.google.com by d235...@gmail.com on 19 Nov 2009 at 6:17