From 2e1556dc76f75afea71c60e80a23d40b63deef5b Mon Sep 17 00:00:00 2001 From: Christopher Tate <ctate@google.com> Date: Wed, 10 Feb 2016 19:39:12 -0800 Subject: [PATCH] Track wallpaper API changes Bug 25454162 Change-Id: I3cd299ce28bf6235605265c47762969851845b78 --- file_contexts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/file_contexts b/file_contexts index 56ed390e1..9222324da 100644 --- a/file_contexts +++ b/file_contexts @@ -313,6 +313,8 @@ /cores(/.*)? u:object_r:coredump_file:s0 # Wallpaper files +/data/system/users/[0-9]+/wallpaper_lock_orig u:object_r:wallpaper_file:s0 +/data/system/users/[0-9]+/wallpaper_lock u:object_r:wallpaper_file:s0 /data/system/users/[0-9]+/wallpaper_orig u:object_r:wallpaper_file:s0 /data/system/users/[0-9]+/wallpaper u:object_r:wallpaper_file:s0 ############################# -- GitLab