Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keychain Accessibility #39

Open
colinmorelli opened this issue May 9, 2016 · 2 comments
Open

Keychain Accessibility #39

colinmorelli opened this issue May 9, 2016 · 2 comments

Comments

@colinmorelli
Copy link

Heimdall doesn't currently have a way to specify accessibility of the key pair entries in the keychain. Unfortunately this means that apps which require access to the keypairs in the background currently won't work correctly while the device is locked (due to the default accessibility of kSecAttrAccessibleWhenUnlocked).

I think it would be helpful to be able to specify a value for kSecAttrAccessible that would override the default. I might have a chance to make a PR soonish, but would appreciate help.

@henrinormak
Copy link
Owner

I can't promise a deadline for this, but when I get a chance I can look into this. A PR would be most welcome (preferably a parameter for initialisation that carries a default value that matches the current behaviour).

@sjacs5537
Copy link

I also look forward to the background access function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants