Skip to content
Snippets Groups Projects
Commit 58b0fb6d authored by Stephen Smalley's avatar Stephen Smalley
Browse files

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: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 92b9aa0e
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/ u:object_r:rootfs:s0 / u:object_r:rootfs:s0
# Data files # Data files
/adb_keys /adb_keys u:object_r:rootfs:s0
/default.prop u:object_r:rootfs:s0 /default.prop u:object_r:rootfs:s0
/fstab\..* u:object_r:rootfs:s0 /fstab\..* u:object_r:rootfs:s0
/init\..* u:object_r:rootfs:s0 /init\..* u:object_r:rootfs:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment