blob: 72ec53a09a1748e816c125f7c0a9b8eec061c049 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Qualcomm telephony apps, such as AtFwd and FastDormancy
type qtelephony, domain, coredomain;
app_domain(qtelephony)
hwbinder_use(qtelephony)
add_hwservice(qtelephony, vnd_atcmdfwd_hwservice)
allow qtelephony { app_api_service }:service_manager find;
# Read and write /data/data subdirectory.
allow qtelephony system_app_data_file:dir create_dir_perms;
allow qtelephony system_app_data_file:{ file lnk_file } create_file_perms;
set_prop(qtelephony, ctl_default_prop)
|