aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2015-02-23 12:37:21 -0500
committerStephen Smalley <sds@tycho.nsa.gov>2015-02-23 12:37:21 -0500
commit68a8f780d22519176fa9bc43de5b4d151dd93338 (patch)
treed29af4bf0a7f47fb31c36d9112ef8f4054d3292e /README
parent7d1b6c87924a74e2163763a659fcca870a672e3c (diff)
downloadandroid_external_sepolicy-68a8f780d22519176fa9bc43de5b4d151dd93338.tar.gz
android_external_sepolicy-68a8f780d22519176fa9bc43de5b4d151dd93338.tar.bz2
android_external_sepolicy-68a8f780d22519176fa9bc43de5b4d151dd93338.zip
sepolicy: Add an introduction to the README.
The README jumped directly into using the BOARD_SEPOLICY_* variables for device-specific policy; add a short introduction describing what external/sepolicy contains and noting where to put device-specific policy. Change-Id: I3c800df93d70074384da993a689a5a0771ecb314 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 83ee7a2..46f58b5 100644
--- a/README
+++ b/README
@@ -1,3 +1,9 @@
+This directory contains the core Android SELinux policy configuration.
+It defines the domains and types for the AOSP services and apps common to
+all devices. Device-specific policy should be placed under a
+separate device/<vendor>/<board>/sepolicy subdirectory and linked
+into the policy build as described below.
+
Policy Generation:
Additional, per device, policy files can be added into the