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_oneplus_sm7250-common/sepolicy/vendor/untrusted_app.te
aswin7469 68031e1fee 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>
2023-01-05 21:56:27 +05:30

13 lines
634 B
Plaintext

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 };