themes: allow system_server to relabel them dir

On a fresh install the theme service broker creates the initial
theme directory which needs to be relabeled to a themeservice_app_data_File
in order for the brokered theme service to write to this directory

Change-Id: Ifd689a0c619c0e954192749b83a0cacaa945468f
TICKET: NIGHTLIES-3349
gugelfrei
d34d 8 years ago committed by Zhao Wei Liew
parent 8614943445
commit 6ddd83551c

@ -11,3 +11,7 @@ allow system_server storage_stub_file:dir { getattr };
allow system_server media_rw_data_file:dir r_dir_perms;
get_prop(system_server, adbsecure_prop)
# Allow system_server to relabel newly created theme directory for
# use by the proxied theme service
allow system_server themeservice_app_data_file:dir relabelto;

Loading…
Cancel
Save