Walsh: Introducing the SELinux Sandbox
Walsh: Introducing the SELinux Sandbox
Posted May 27, 2009 3:26 UTC (Wed) by jamesmrh (guest, #31622)In reply to: Walsh: Introducing the SELinux Sandbox by pr1268
Parent article: Walsh: Introducing the SELinux Sandbox
An example of where sandboxing is likely useful is the case of the web browse, where you might have a flawed jpeg renderer linked in, and you load a malicious image which causes arbitrary code to be executed on your system, which might then do something like install a spam bot or post your private keys to some irc channel.
This is an application of the principle of least privilege (and arguably "least authority" in this case, as the sandbox only has access to FDs passed in by the caller).
