cm: Allow LiveDisplay to write to display misc dir

* Need write permission to create file containing the current mode.

Change-Id: I4ed26412e7ec38861156110c7eb51ef707a0999f
This commit is contained in:
Steve Kondik 2016-08-15 01:41:41 -07:00
parent e91605ce48
commit e73b8c1bd6
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Storage of default mode by native API
allow system_server display_misc_file:dir r_dir_perms;
allow system_server display_misc_file:dir rw_dir_perms;
allow system_server display_misc_file:file create_file_perms;