Hey all,
I am working on an after hours project in which I am trying to pull a password from Keychain. The command I am using is:
security find-generic-password -wl "com.squirrels.Reflector-2"
While this command does give back the correct data when run as a user and via Policy, it displays a message to the end user asking them to allow the lookup. The exact message is:
While this is not the worst thing in the world (doesn't require admin authentication for the end user), I would like to remove it if possible from showing up. Anyone know of a way to suppress, accept, or add Terminal temporarily to the Access Control so that end users don't see this?
Thanks!
Kyle