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

Integrity checks #9

Open
beltex opened this issue Nov 24, 2014 · 1 comment
Open

Integrity checks #9

beltex opened this issue Nov 24, 2014 · 1 comment

Comments

@beltex
Copy link
Owner

beltex commented Nov 24, 2014

  • Since we need root, would be nice to have integrity checks of the app binary
  • Checksum? shasum -a384 dshb
  • Code signed with Apple cert (though carries a yearly cost)
    • Self signed cert?
@beltex
Copy link
Owner Author

beltex commented Dec 29, 2014

  • See codesign command. Can do this with self-signed cert
  • Example: codesign --verify --verbose=4 /usr/bin/top

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

1 participant