Index: sandbox/linux/selinux/README |
diff --git a/sandbox/linux/selinux/README b/sandbox/linux/selinux/README |
deleted file mode 100644 |
index f5428a3c75029e6469f2681c3780264258aba040..0000000000000000000000000000000000000000 |
--- a/sandbox/linux/selinux/README |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-This contains a basic and seemingly functional policy for Chromium. This policy |
-was written on FC12 and might not function on other distributions depending on |
-the version of the refpolicy installed. |
- |
-When building Chromium with the GYP define selinux=1, the seccomp sandbox is |
-disabled and the zygote will perform a dynamic transition to chromium_renderer_t |
-after forking a renderer. The policy in this directory defines access vectors |
-for chromium_renderer_t. |
- |
-To install: |
- % make -f /usr/share/selinux/devel/Makefile |
- % sudo /usr/sbin/semodule -i chromium-browser.pp |