diff options
author | Sauvik Saha <ssaha@codeaurora.org> | 2021-09-28 17:10:06 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-10-07 23:12:10 -0700 |
commit | 9e1dcf7de58b79a34690b9ece62a8b8f8ef66f92 (patch) | |
tree | cd2313799da4d874faf12b36c8c36b4c3c307da0 | |
parent | e9e26698a5f16b0930207cef150723c9c3391f37 (diff) |
sepolicy_vndr: Fixing avc denial
* avc: denied { call } for comm="ims_rtp_daemon"
* scontext=u:r:vendor_hal_imsrtp:s0 tcontext=u:r:
* vtloopback_app:s0:c165,c256,c512,c768 tclass=binder permissive=0
Change-Id: Iec4288d24a3ca9559fa213eb7ffff75d67c777dd
-rw-r--r-- | generic/vendor/common/hal_imsrtp.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/vendor/common/hal_imsrtp.te b/generic/vendor/common/hal_imsrtp.te index 02a7aaa4..89a7d4ab 100644 --- a/generic/vendor/common/hal_imsrtp.te +++ b/generic/vendor/common/hal_imsrtp.te @@ -51,7 +51,7 @@ r_dir_file(vendor_hal_imsrtp, vendor_sysfs_diag) get_prop(vendor_hal_imsrtp, vendor_ims_prop) binder_call(vendor_hal_imsrtp, vendor_qtelephony) -userdebug_or_eng(' +userdebug_or_eng(` binder_call(vendor_hal_imsrtp, vtloopback_app) ') |