From f3626f3a86ad053aabd726930df2b123959ef519 Mon Sep 17 00:00:00 2001 From: Niklas Lindgren <niklas.lindgren@sony.com> Date: Mon, 21 May 2018 17:01:02 +0200 Subject: [PATCH] Setup policy for downloaded apns directory apns downloaded will enter a new directory that TelephonyProvider can access. Bug: 79948106 Test: Manual Change-Id: I1e7660adf020dc7052da94dfa03fd58d0386ac55 --- private/file_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/private/file_contexts b/private/file_contexts index 4381f9129..1ce0a807f 100644 --- a/private/file_contexts +++ b/private/file_contexts @@ -395,6 +395,7 @@ # Misc data /data/misc/adb(/.*)? u:object_r:adb_keys_file:s0 +/data/misc/apns(/.*)? u:object_r:radio_data_file:s0 /data/misc/audio(/.*)? u:object_r:audio_data_file:s0 /data/misc/audioserver(/.*)? u:object_r:audioserver_data_file:s0 /data/misc/audiohal(/.*)? u:object_r:audiohal_data_file:s0 -- GitLab