sanders: More DTV fixes

* Add to check_features
* Add proprietary blobs
* Fix sepolicy

Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
This commit is contained in:
jhenrique09
2017-10-12 22:01:49 -03:00
committed by Keertesh19
parent 14c0a592e7
commit 7174dd3530
4 changed files with 12 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ allow init firmware_file:dir mounton;
allow init fm_radio_device:chr_file write;
allow init system_file:system module_load;
# ptt_socket_app
allow init dnsproxyd_socket:sock_file write;
allow init netd:unix_stream_socket connectto;

3
sepolicy/platform_app.te Normal file
View File

@@ -0,0 +1,3 @@
typeattribute platform_app mlstrustedsubject;
allow platform_app isdbt_device:chr_file rw_file_perms;