Closed GoogleCodeExporter closed 9 years ago
I don't think there is a defect here.
See: https://code.google.com/p/munki/wiki/SupportedPkginfoKeys#items_to_copy
If you don't want Munki to copy the mode as it exists on the disk image, set
the mode key to whatever you'd like. This will allow you to work around the
issue (you could also use a postinstall_script if you'd like or need more
complex mode/owner/group info).
If you _manually_ copy an item from a disk image, it assumes the ownership of
the user doing the copy, so if you are logged in as gmarnin, the copied item
will be owned by gmarnin. Even though it has a mode of 700, gmarnin will be
able to read, write and execute.
Munki installs as root, so only root would have read. write and execute.
Original comment by gregnea...@mac.com
on 16 Sep 2014 at 11:05
Original issue reported on code.google.com by
gmar...@gmail.com
on 16 Sep 2014 at 8:04