sepolicy: Allow relabeling after wallpaper change

Change-Id: I89220fae961f483dad8b92faaee9ed8fe6c8a7cf
This commit is contained in:
Steve Kondik 2014-05-18 18:16:12 -07:00
parent f815de9eae
commit 3325783298
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ BOARD_SEPOLICY_UNION += \
seapp_contexts \
installd.te \
netd.te \
system.te \
ueventd.te \
vold.te \
mac_permissions.xml

1
sepolicy/system.te Normal file
View File

@ -0,0 +1 @@
allow system wallpaper_file:file relabelto;