From 58b0fb6ddee7257a6a27f31ba97d47fa23efac15 Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Fri, 11 Jan 2013 15:03:46 -0500 Subject: [PATCH] Fix invalid specification for adb_keys. A prior change added an entry for adb_keys without any security context, yielding warnings like the following during build: out/target/product/manta/root/file_contexts: line 7 is missing fields, skipping This adds the missing security context field. Change-Id: If48731c8aa7d22a3f547d0854f288ff68f9006da Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> --- file_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file_contexts b/file_contexts index d5d954f0a..837ee1daa 100644 --- a/file_contexts +++ b/file_contexts @@ -3,7 +3,7 @@ / u:object_r:rootfs:s0 # Data files -/adb_keys +/adb_keys u:object_r:rootfs:s0 /default.prop u:object_r:rootfs:s0 /fstab\..* u:object_r:rootfs:s0 /init\..* u:object_r:rootfs:s0 -- GitLab