Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 4
    Overall I agree with your answer, but it would be fairly easy to make a malicious program that can overcome your checks. Commented Jan 13, 2017 at 4:33
  • 1
    @JuliePelletier Absolutely true - there's always a way to overcome any security checks, and really there's no silver bullet solution for that. Especially, if user runs that untrusted application with sudo privilleges - it opens up whole lot of door to whole lot of malicious things that can be done, not just keyloggers, but subverting sha256sum binary, other programs, installing rootkits without user knowing , etc. Malicious users can't anticipate everything, so such checks might works on some, might not work on those who do anticipate it Commented Jan 13, 2017 at 4:40