diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2018-08-15 03:10:07 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-08-15 03:10:07 +0000 |
| commit | 3ecca0924b5b7344b8c86c8b985d6af635110da6 (patch) | |
| tree | 20c57898097f938d7b650a25d25670a443b31af9 | |
| parent | d334d9b46fa67a63ccf82f0231d2be8d4b8705a2 (diff) | |
| parent | 128453d0c6e2a3835ea29f2a0ab7d5ceb5fa5dca (diff) | |
Snap for 4954419 from 128453d0c6e2a3835ea29f2a0ab7d5ceb5fa5dca to pi-qpr1-release
Change-Id: I87f45bb8e5bb44fd53c7c3828dd7365163f6fb8f
| -rw-r--r-- | vendor/qcom/common/hal_dumpstate_impl.te | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/qcom/common/hal_dumpstate_impl.te b/vendor/qcom/common/hal_dumpstate_impl.te index b71a3d9..431bf41 100644 --- a/vendor/qcom/common/hal_dumpstate_impl.te +++ b/vendor/qcom/common/hal_dumpstate_impl.te @@ -113,3 +113,10 @@ allow hal_dumpstate_impl debugfs_maxfg:file r_file_perms; # Dump PMIC votables allow hal_dumpstate_impl debugfs_pmic_votable:dir r_dir_perms; allow hal_dumpstate_impl debugfs_pmic_votable:file r_file_perms; + +userdebug_or_eng(` + # Citadel communication must be via citadeld + vndbinder_use(hal_dumpstate_impl) + binder_call(hal_dumpstate_impl, citadeld) + allow hal_dumpstate_impl citadeld_service:service_manager find; +') |
