I see cron is running, but jobs in crontab do not execute
I believe this may be a permission issue, but I am unable to add cron to "full disk access"
grant@bigmac01:~[20220723-11:13][#3]% codesign -dr - /usr/sbin/cron
Executable=/usr/sbin/cron
designated => identifier "com.apple.cron" and anchor apple
grant@bigmac01:~[20220723-11:20][#4]% sudo sqlite3 /Library/Application\ Support/com.apple.TCC/TCC.db "INSERT INTO access VALUES('kTCCServiceAccessibility','com.apple.cron',0,1,1,NULL);"
Password:
Error: in prepare, table access has 13 columns but 6 values were supplied (1)
grant@bigmac01:~[20220723-11:34][#5]%
grant@bigmac01:~[20220723-11:36][#6]% sw_vers
ProductName: macOS
ProductVersion: 12.3
BuildVersion: 21E230
grant@bigmac01:~[20220723-11:42][#7]%
I think I'm close here, but...
see also: https://stackoverflow.com/questions/72995911/macos-monterey-cron-is-running-but-executes-nothing
Mac Studio