dshb icon indicating copy to clipboard operation
dshb copied to clipboard

Integrity checks

Open beltex opened this issue 9 years ago • 1 comments

  • 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 avatar Nov 24 '14 02:11 beltex

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

beltex avatar Dec 29 '14 14:12 beltex