After upgrade Mac OS authorizationdb can't to write

After upgrade mac os , then authorizationdb will be reset. I attempt to execute the following command was unsuccessful

% security authorizationdb write com.apple.trust-settings.admin allow

NO (-60005)

Facing the same issue after upgrading to mac OS Sequoia 15.1 on MacBook Pro 16 inch 2019. Did you find any solution/alternative to this ?

Ciao! Same here!

Does sudo security authorizationdb manipulations work for you in macOS 15 Seqouioa?

For example, this is not working anymore

#!/bin/bash #Allow Standard Users to Add / Remove Printers

sudo security authorizationdb write system.print.admin allow sudo security authorizationdb write system.preferences.printing.allow sudo dseditgroup -o edit -a staff -t group lpadmin

After upgrade Mac OS authorizationdb can't to write
 
 
Q