Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: sandbox/linux/selinux/README

Issue 14771026: Linux: remove unmaintained SELinux code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ipc/ipc_channel_posix.cc ('k') | sandbox/linux/selinux/chromium-browser.if » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
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.
9
10 To install:
11 % make -f /usr/share/selinux/devel/Makefile
12 % sudo /usr/sbin/semodule -i chromium-browser.pp
OLDNEW
« no previous file with comments | « ipc/ipc_channel_posix.cc ('k') | sandbox/linux/selinux/chromium-browser.if » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698