Signed-off-by: revolwoc <imsakshisharma04@gmail.com> Signed-off-by: Sandeep-FED <sandymankara11@gmail.com>
20 lines
904 B
Plaintext
20 lines
904 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 };
|
|
|
|
# dontaudit
|
|
dontaudit untrusted_app proc_zoneinfo: file { read };
|
|
dontaudit untrusted_app system_lib_file:file { execmod };
|
|
dontaudit untrusted_app proc_version:file { read };
|
|
allow untrusted_app proc_net_tcp_udp:file { read };
|
|
allow untrusted_app rootfs:dir { read };
|