gaston-alma / munki

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

munkiimport copies DMG's over without folder inheritence #265

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sudo chmod 700 ~/foo.dmg
2. sudo munkiimport ~/foo.dmg
3. sudo makecatalogs

What is the expected output? What do you see instead?
Download of Foo failed: Error 22: The requested URL returned error: 403

munkiimport should copy DMG's to their respective folder, but inherit 
permissions. This will correct false 403 errors due to permissions being broken.

Original issue reported on code.google.com by eriknico...@gmail.com on 29 Oct 2013 at 8:50

GoogleCodeExporter commented 8 years ago
munkiimport is just copying the file. It's not altering any permissions.

Original comment by gregnea...@mac.com on 5 Nov 2013 at 11:00

GoogleCodeExporter commented 8 years ago
Correct. If an admin were to import a .dmg with wrong permissions (say from a 
network share) it may give a 403 denied error from the web server. Having munki 
import import it with inheritance would solve this issue. 

—
Sent from Mailbox for iPhone

Original comment by eriknico...@gmail.com on 6 Nov 2013 at 12:37

GoogleCodeExporter commented 8 years ago

Original comment by gregnea...@mac.com on 22 Nov 2013 at 11:24