diff options
author | Stephane Lee <stayfan@google.com> | 2022-07-01 17:19:57 -0700 |
---|---|---|
committer | Stephane Lee <stayfan@google.com> | 2022-07-22 00:40:50 +0000 |
commit | cb7a2296d6f14e6be9d4110bb9b77d0702a01e34 (patch) | |
tree | 7be70d9b48a82d5377f8a2062618a1590d27075e | |
parent | 9f735ba829fb828c3e40c8fff4d43fe11c4b1293 (diff) |
Update sepolicy to allow dumpstate:fd
Bug: 237491814
Test: atest com.google.android.selinux.pts.SELinuxTest#scanBugreport
Ignore-AOSP-First: GoogleBattery AIDL was only merged in master
Change-Id: I06a4f97645772c3a8edd430371f8d2f737d2610d
Merged-In: I06a4f97645772c3a8edd430371f8d2f737d2610d
-rw-r--r-- | googlebattery/hal_googlebattery.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/googlebattery/hal_googlebattery.te b/googlebattery/hal_googlebattery.te index 7c6ccf8..005e47c 100644 --- a/googlebattery/hal_googlebattery.te +++ b/googlebattery/hal_googlebattery.te @@ -15,3 +15,6 @@ set_prop(hal_googlebattery, vendor_battery_defender_prop) binder_call(hal_googlebattery, servicemanager) add_service(hal_googlebattery, hal_googlebattery_service) + +allow hal_googlebattery dumpstate:fd use; +allow hal_googlebattery dumpstate:fifo_file write; |