i want to add a cert to system keychain in my program. with command "security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain <cert>", i can add success manually. but when i run with my program, it fail. my program is a daemon runatload. can any one help?