summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi.sb
Commit message (Collapse)AuthorAgeFilesLines
* Allow sandboxed OS X processes to open /dev/urandomrsleevi@chromium.org2013-05-251-4/+0
| | | | | | | | | | | | | Match Linux/POSIX and Windows in allowing sandboxed processes access to OS entropy (RtlGenRandom on Win, /dev/urandom on Linux/POSIX). BUG=242702 R=jeremy TBR=cevans@chromium.org, piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/15637004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202267 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Remove code that was only needed on 10.5thakis@chromium.org2012-07-201-2/+2
| | | | | | | | | BUG=137676 TEST=none Review URL: https://chromiumcodereview.appspot.com/10807052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147738 0039d316-1c4b-4281-b951-d872f2087c98
* Allow /dev/urandom from ppapi sandbox.shess@chromium.org2012-07-161-1/+5
| | | | | | | | | | | | | Bits of Adobe Flash wish to read urandom directly rather than re-using our cached file descriptor. BUG=none TEST=no user-visible changes at this time. Review URL: https://chromiumcodereview.appspot.com/10695185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146879 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Make PPAPI plugins work out of process (i.e., with a proxy) and a sandbox.viettrungluu@chromium.org2011-06-141-0/+20
Also make sure that --no-sandbox works correctly in disabling the sandbox for the PPAPI plugin process. BUG=none TEST=Mac Flapper works out of process (at least for some content). \ --no-sandbox also works correctly in disabling the sandbox for the PPAPI \ process. Review URL: http://codereview.chromium.org/6979022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89058 0039d316-1c4b-4281-b951-d872f2087c98