summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--factory.mk2
-rw-r--r--gps/gps.conf_AS4
-rw-r--r--gps/gps.conf_AS_SUPL6
-rw-r--r--gps/gps.conf_EU4
-rw-r--r--gps/gps.conf_EU_SUPL6
-rw-r--r--gps/gps.conf_US4
-rw-r--r--gps/gps.conf_US_SUPL6
-rw-r--r--gps/gps_as.mk18
-rw-r--r--gps/gps_as_supl.mk18
-rw-r--r--gps/gps_eu.mk18
-rw-r--r--gps/gps_eu_supl.mk18
-rw-r--r--gps/gps_us.mk18
-rw-r--r--gps/gps_us_supl.mk18
-rw-r--r--media.mk33
-rw-r--r--products/mbox/init.amlogic.rc11
-rw-r--r--products/tv/Vendor_0001_Product_0001.kl109
-rw-r--r--products/tv/init.amlogic.rc10
-rw-r--r--products/tv/product_tv.mk4
-rw-r--r--sepolicy/e2fs.te3
-rw-r--r--sepolicy/file_contexts4
-rw-r--r--sepolicy/init.te2
-rw-r--r--sepolicy/system_control.te1
22 files changed, 162 insertions, 155 deletions
diff --git a/sepolicy/e2fs.te b/sepolicy/e2fs.te
index fdf7a97..2c04dcc 100644
--- a/sepolicy/e2fs.te
+++ b/sepolicy/e2fs.te
@@ -4,4 +4,5 @@ allow e2fs odm_block_device:blk_file getattr;
allow e2fs system_block_fsck_device:blk_file getattr;
allow e2fs tee_block_device:blk_file { getattr ioctl open read write };
allow e2fs vendor_block_device:blk_file getattr;
-allow e2fs sysfs_fs_ext4_features:dir search; \ No newline at end of file
+allow e2fs sysfs_fs_ext4_features:dir search;
+allow e2fs param_block_device:blk_file { getattr ioctl open read write }; \ No newline at end of file