This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_msm8953-common/sepolicy/vendor/platform_app.te
Jorge Lucas d9313a152a msm8953-common: Add DTV Support
- Add hidl to manifest
- Fix Sepolicy
- Add proper permissions for /dev/isdbt
2021-01-31 18:24:25 -03:00

13 lines
548 B
Plaintext

typeattribute platform_app mlstrustedsubject;
allow platform_app isdbt_device:chr_file rw_file_perms;
allow platform_app sysfs_kgsl:dir search;
allow platform_app sysfs_kgsl:file { getattr open read };
allow platform_app sysfs_healthd:dir r_dir_perms;
allow platform_app sysfs_healthd:file rw_file_perms;
allow platform_app hal_dms_hwservice:hwservice_manager find;
allow platform_app hal_dms_default:binder { call transfer };
allow platform_app sysfs_kgsl:lnk_file read;
get_prop(platform_app, moto_boot_prop)
get_prop(platform_app, hwrev_prop)