Restricting location apps can run from - not working, ideas?

pduplissis
New Contributor II

I've created a configuration profile desigend to disallow apps from running from the desktop, downloads & documents folders. I added the following paths to facilitate this:

0cc9a5918a1a46afb72d530c5b71ed2f
21726f33d01c44008a1fbef01ecfc4a2
/Users/$USERNAME/Downloads/
/Users/$USERNAME/Desktop/
/Users/$USERNAME/Documents/

I scoped it to a single test computer and set the profile to install automatically and apply at the user level.

Not working /-: Does anyone see where I went wrong?

1 REPLY 1

bpavlov
Honored Contributor

~ already represents /Users/<USERNAME>/ so the path is just wrong.

You probably could try ~/Downloads/, ~/Desktop/, etc.