sm7250-common: include oneplus camera

Signed-off-by: aswin7469 <aswinas@pixysos.com>
Signed-off-by: Manikantraaavi <raavimanikanta6595@gmail.com>
Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
Signed-off-by: Sandeep P S <sandymankara11@gmail.com>
This commit is contained in:
aswin7469
2021-04-19 13:49:17 +05:30
committed by Sandeep P S
parent a0a2a575c1
commit 68031e1fee
6 changed files with 90 additions and 1 deletions

12
sepolicy/vendor/untrusted_app.te vendored Normal file
View File

@@ -0,0 +1,12 @@
allow untrusted_app zygote:unix_stream_socket getopt;
allow untrusted_app vendor_xdsp_device:chr_file ioctl;
allow untrusted_app app_data_file:file execute;
allow untrusted_app proc_stat:file open;
allow untrusted_app vendor_hal_camera_postproc_hwservice:hwservice_manager find;
allow untrusted_app app_data_file:file execute;
allow untrusted_app proc_pid_max:file read;
allow untrusted_app proc_max_map_count:file { getattr open read };
allow untrusted_app proc_version:file { getattr open read };
allow untrusted_app proc_zoneinfo:file { getattr open read };
allow untrusted_app vendor_file:file { execute getattr map open read };