Composer Permissions

Jquigley
New Contributor

Hello,

I am deploying a file to desktop wallpapers through the JSS, but I am having trouble figuring out what I need to set for permissions of the file. What do I need to put for permissions to allow any user to access the file so we can assign it as background.

Appreciate the help. Thanks!

1 REPLY 1

mm2270
Legendary Contributor III

Taking a look at the built in /Library/Desktop Pictures/ directory and contents as an example, those image files seem to be set to the following owner, group and permissions

owner:       system      read & write
group:       wheel       read only
other:       everyone    read only

I would say then that, since we can obviously use those images as desktop wallpaper, using those same permissions should be fine, meaning set the owner to "root" or system and the group to wheel and set the read/write permissions as above.
I would test it locally, placing the image file in its final location on your admin Mac and setting those permissions and see if you can choose it as a desktop image. It should work.