android_device_samsung_msm8.../sepolicy/system_app.te

21 lines
857 B
Text
Raw Normal View History

# Allow ConfigPanel to work
allow system_app proc_buttons:dir search;
allow system_app proc_buttons:file rw_file_perms;
allow system_app proc_touchpanel:dir search;
allow system_app proc_touchpanel:file rw_file_perms;
allow system_app sysfs_fpc_keyevents:file rw_file_perms;
allow system_app sysfs_fpc_wakeup:file rw_file_perms;
2018-07-19 12:48:02 +02:00
# Allow PocketMode to work
allow system_app sysfs_fpc_proximity:file rw_file_perms;
2018-07-19 12:48:02 +02:00
# Allow system_app to read and create files in cnd_core_data_file
allow system_app cnd_core_data_file:dir w_dir_perms;
allow system_app cnd_core_data_file:file create_file_perms;
# Allow system_app to read and create files in qfp-daemon_core_data_file
allow system_app qfp-daemon_core_data_file:dir create_dir_perms;
allow system_app qfp-daemon_core_data_file:file create_file_perms;
allow system_app qfp_proxy_service:service_manager add;