2021-05-12 17:13:32 +02:00
|
|
|
# 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
|
|
|
|
2021-05-12 17:13:32 +02:00
|
|
|
# Allow PocketMode to work
|
|
|
|
allow system_app sysfs_fpc_proximity:file rw_file_perms;
|
2018-07-19 12:48:02 +02:00
|
|
|
|
2021-05-12 17:13:32 +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;
|