vendor_telephony_app.te: add selinuxfs:file

- add selinuxfs:file for AP TCP dump
- allow userdebug or eng

Bug: 188422036

Signed-off-by: Jiyoung <ji_young.bae@samsung.com>
Change-Id: I9502f9f7320ca4ee298b38e40da0ccf11adfba7f
This commit is contained in:
Jiyoung 2021-05-27 18:50:29 +09:00 committed by Nicole Lee
parent 90ae782e26
commit 02ada4f463

View file

@ -19,4 +19,5 @@ userdebug_or_eng(`
dontaudit vendor_telephony_app system_app_data_file:dir create_dir_perms;
dontaudit vendor_telephony_app system_app_data_file:file create_file_perms;
dontaudit vendor_telephony_app default_prop:file { getattr open read map };
allow vendor_telephony_app selinuxfs:file { read open };
')