sepolicy: Rule for CM's mpdecision extension

Change-Id: Ibb83220b32bad7805653140751c978e629f87ffb
This commit is contained in:
Steve Kondik
2014-12-11 22:24:53 -08:00
parent 2177774b6e
commit e04329df88

View File

@@ -35,3 +35,7 @@ allow mpdecision mpctl_data_file:file { create_file_perms unlink };
#allow poll of system_server status
allow mpdecision system_server:dir search;
allow mpdecision system_server:file { open read };
#cm extra opts
allow mpdecision thermal-engine:unix_stream_socket connectto;
allow mpdecision thermal_socket:sock_file write;