sepolicy: Move new QCOM-specific policy to the right place

* Don't wanna break the build for anyone again :(  The
   native stuff is very QCOM specific and won't work elsewhere.

Change-Id: Id5dbba1a46dc12cbd5914cf3072ed92a72039b31
This commit is contained in:
Steve Kondik 2016-08-09 00:06:35 -07:00
parent dfcd472673
commit eac861613e
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,2 @@
# Various knobs used by LiveDisplay
allow system_server livedisplay_sysfs:file rw_file_perms;
# Storage of default mode
allow system_server display_misc_file:dir r_dir_perms;
allow system_server display_misc_file:file create_file_perms;

View File

@ -0,0 +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:file create_file_perms;