Skip to content

keychain.js | SEGFAULT when --include-acls is combined with other args,  #6

@darmado

Description

@darmado

Description
SEGFAULT when --include-acls is combined with other args,

script name: keychain.js

Steps To Reproduce
Steps to reproduce the unexpected behavior:

  1. sh osascript -l JavaScript keychain.js --list-all-generic --debug
  • list_all_key_of_type function executes and returns all 123 generic keys
  1. sh osascript -l JavaScript keychain.js --list-all-generic --include-acls --debug

Expected behavior
When the user passes the --include-acls ar as input. the query_acls function should execute, and return the ACL output. (not a TCC permission issue )
ACLs are returned and printed by the list_all_key_of_type function
image

FUNCTION: CODE:
image

Screenshots
image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions