Posted on 02-21-2022 09:29 AM
Hello, Sorry for the really basic question, I'm new here
I need to create a policy to give users read/write permissions to the following folder:
/Library/Application\ Support/Adobe/Color/Profiles/Recommended
It won't be for 1 specific user, so I'd like to eventually have it available as a Self Service button.
What is the command or script to do this please if anyone can help I'd really appreciate it!
They are all mobile accounts managed by Jamf.
thanks
Solved! Go to Solution.
02-21-2022 11:12 AM - edited 02-21-2022 02:40 PM
Could do a Files + Processes > Execute Command:
/bin/chmod -f o+w /Library/Application/Support/Adobe/Color/Profiles/Recommended
02-21-2022 11:12 AM - edited 02-21-2022 02:40 PM
Could do a Files + Processes > Execute Command:
/bin/chmod -f o+w /Library/Application/Support/Adobe/Color/Profiles/Recommended