Add a constructor that takes only the "interesting" args (basically the args that...
[chromium-blink-merge.git] / sandbox / linux / selinux / README
blobf5428a3c75029e6469f2681c3780264258aba040
1 This contains a basic and seemingly functional policy for Chromium. This policy
2 was written on FC12 and might not function on other distributions depending on
3 the version of the refpolicy installed.
5 When building Chromium with the GYP define selinux=1, the seccomp sandbox is
6 disabled and the zygote will perform a dynamic transition to chromium_renderer_t
7 after forking a renderer. The policy in this directory defines access vectors
8 for chromium_renderer_t.
10 To install:
11   % make -f /usr/share/selinux/devel/Makefile
12   % sudo /usr/sbin/semodule -i chromium-browser.pp