From 68a8f780d22519176fa9bc43de5b4d151dd93338 Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Mon, 23 Feb 2015 12:37:21 -0500 Subject: [PATCH] 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> --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 83ee7a29c..46f58b5e5 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 -- GitLab