Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate plist UUID update issue on Mojave OS #119

Open
jeevatkm opened this issue Nov 21, 2018 · 0 comments
Open

Investigate plist UUID update issue on Mojave OS #119

jeevatkm opened this issue Nov 21, 2018 · 0 comments
Labels

Comments

@jeevatkm
Copy link
Owner

RWH User @AlainCallebaut have reached out and reported UUID on plist is not updating due to Mojave OS 10.14.1 security restrictions.

Notes from user:

Finally I found the cause of the problem, and a work around.
It seems that the security of Mojave is completely screwed. Your script performs a 'defaults write' to add the UUID. However, due to security restrictions, the plist is not updated.
When editing the plist manually (with XCode, after assigning XCode FullDiskAccess) and adding that key and value, it works as expected.
I added /usr/bin/defaults to the FullDiskAccess but that didn't let your script update the plist. So there remains a serious problem to perform such installation through a script...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant