From c5baaff7a6738a148d36260c4050355cbc2d2efc Mon Sep 17 00:00:00 2001
From: rpcraig <rpcraig@tycho.ncsc.mil>
Date: Fri, 30 Nov 2012 10:41:14 -0500
Subject: [PATCH] New users need a wallpaper_file type.

Change-Id: I7ff4ed9f73f43918cac05a026af68cca8dbe02c3
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
---
 file_contexts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/file_contexts b/file_contexts
index 00a79b206..4e6db1603 100644
--- a/file_contexts
+++ b/file_contexts
@@ -172,6 +172,8 @@
 /data/data/.*		u:object_r:app_data_file:s0
 # Wallpaper file.
 /data/data/com.android.settings/files/wallpaper	u:object_r:wallpaper_file:s0
+# Wallpaper file for other users
+/data/system/users/[0-9]+/wallpaper		u:object_r:wallpaper_file:s0
 #############################
 # efs files
 #
-- 
GitLab