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/private/untrusted_app.te
T
2023-01-05 22:11:07 +05:30

7 lines
252 B
Plaintext

get_prop(untrusted_app, virtual_ab_prop);
allow untrusted_app exported_camera_prop:file { read };
allow untrusted_app proc_net:file { read open getattr };
allow untrusted_app app_data_file:file { execute };
dontaudit untrusted_app proc:file { read };