
Search found 2 matches
- Sat Aug 22, 2015 2:48 pm
- Forum: Security
- Topic: TLS vs signing
- Replies: 9
- Views: 6425
Re: TLS vs signing
You will love http://www.w3.org/TR/SRI/, what you propose is precisely the goal of the Subresource Integrity spec. 

- Sat Aug 22, 2015 2:44 pm
- Forum: Security
- Topic: Linux slave accounts
- Replies: 17
- Views: 12305
Re: Linux slave accounts
Depending on the environment variables that are (not) filtered by sudo, you may find that you can open graphical applications launched through sudo, but as X doesn't provide application separation they could use X/dbus to cause havoc (eg. sending evil keypresses to a terminal window). A solution whi...