Posted on 09-25-2013 05:23 AM
Hello All,
I created a Google Drive package, which was deployed as part of a Config. The problem is, somehow read/write permissions are somehow not coming across to new users that are created on that machine. Ideally, I would like to scope a policy or script to set the permissions on Google Drive such that "Everyone = Read/Write". Currently users are prompted to click OK to run GDrive everytime they reboot. Once I go in and add their specific username to the permissions of the App with Read/Write permissions, the message goes away and all is good.
Any advice would be greatly appreciated.
Jay
Posted on 09-25-2013 06:24 AM
From a policy, Advanced tab > Run Commmand: chmod -R 755 /Applications/Google Drive.app
Typical application permissions for owner = rwx, user/group = rx
Posted on 09-27-2013 08:01 AM
Thank you so much for the fast response to this! I'll give it a shot and let you know how it goes.
Jay