Viewing profile — julie78787
julie78787
HN member- Joined
- Sun, Oct 18, 2015, 11:14 PM UTC
- HN karma
- 22
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About julie78787
Recent public activity
-
comment
Comment #11535624
[Disclaimer: I work for AgileBits. I also started the #slack-murderer hashtag inside :slack: before we switched over. My opinions are my own. Just ask anyone at AG!] "Slack is hero…
-
comment
Comment #11316475
No, it's pretty spot-on. People try to divide security vulnerabilities into "super-obviously-bad" and "no one will ever find / exploit / do much of anything with it." The problem i…
-
comment
Comment #11306131
The problem is that quite often security professionals say "No", provide reasons, and the person doing the asking insists that convenience is more important than security. My favor…
-
comment
Comment #11213281
Except that you can attack stored encryption secrets either off-line, or with the same privileges as the user. If they are hard-coded in the binary, they can be extracted off-line …
-
comment
Comment #11213216
But even if they could, UNIX domain sockets aren't immune to attacks. That sort of the problem with "First, assume your machine has been pwn'd".
-
comment
Comment #11213161
Not necessarily. Malware only requires privilege if it is violating a security policy. There are a variety of attacks in which a process executing as a user is able to access resou…
-
comment
Comment #11213123
Correct - Least Privilege says you do the absolute least you need to do in order to make things work, so that any errors are limited to that one part of the system. What's been don…