The old method of scripting updates of system preferences in a script for corporate installs is now read only..
example:
sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db "REPLACE INTO access VALUES('kTCCServiceScreenCapture','com.***.xxxxxx',0,1,1,NULL,NULL,NULL,NULL,NULL,0,NULL);"
How can it be done now?
Post
Replies
Boosts
Views
Activity
I have an install .pkg that is now placing my custom .netCore3.1 application (not a bundle) at /usr/local/shared/NLx (includes lots of support .dll and other files). NLx is unique for our application. Then the launch (in /Library/LaunchAgent) is from the executable at that location. Is this location going to be a problem with future releases beyond Catalina?
Where is a better location? Is there a better way to launch it when a user logs-on?