From 87e511623979fbb680eb581b4f484ef7c452d983 Mon Sep 17 00:00:00 2001 From: Joel Galenson <jgalenson@google.com> Date: Thu, 27 Jul 2017 12:23:00 -0700 Subject: [PATCH] Add missing comment from my previous merge in 47966ce. Test: Built. Change-Id: Ia5f5b52e10e9411cd87901053675d9e77a622529 --- private/file_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/private/file_contexts b/private/file_contexts index 31a596f88..b752b87cd 100644 --- a/private/file_contexts +++ b/private/file_contexts @@ -450,6 +450,7 @@ # LocalTransport (backup) uses this subtree /data/cache/backup(/.*)? u:object_r:cache_private_backup_file:s0 +############################# # asec containers /mnt/asec(/.*)? u:object_r:asec_apk_file:s0 /mnt/asec/[^/]+/[^/]+\.zip u:object_r:asec_public_file:s0 -- GitLab