add gps support back

This commit is contained in:
Stricted
2021-01-17 01:17:29 +00:00
committed by Joel Bacchus
parent 6314ea8ee6
commit 5355d826f9
+7
View File
@@ -44,3 +44,10 @@ allow mnld block_device:dir search;
file_type_auto_trans(mnld,system_data_file,mnld_data_file); file_type_auto_trans(mnld,system_data_file,mnld_data_file);
file_type_auto_trans(mnld,apk_data_file,mnld_data_file); file_type_auto_trans(mnld,apk_data_file,mnld_data_file);
allow mnld nvram_device:chr_file { read write open ioctl };
allow mnld mmc_device:blk_file { read write open };
allow mnld sysfs_boot_mode:file { read open };
allow mnld system_data_file:dir { remove_name };
allow mnld system_data_file:file { open };