commit | 175a3170834214e0196ceaa8996b2b1c5664033f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Oct 25 00:34:15 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 25 00:34:15 2019 +0000 |
tree | 3f6cbddf46caccb19af81c32d8d399a2dd3e964e | |
parent | ba48222bc715ffc6216787cf0a0e81c64d72d7ce [diff] | |
parent | 14eaa6c3de75ec7417d5ad54d67f708b7f243e66 [diff] |
Merge "Give dumpstate access to gsid."
diff --git a/private/dumpstate.te b/private/dumpstate.te index 5ea0d43..cfa05fc 100644 --- a/private/dumpstate.te +++ b/private/dumpstate.te
@@ -53,3 +53,8 @@ # For dumping dynamic partition information. set_prop(dumpstate, lpdumpd_prop) binder_call(dumpstate, lpdumpd) + +# For dumping device-mapper and snapshot information. +allow dumpstate gsid_exec:file rx_file_perms; +set_prop(dumpstate, ctl_gsid_prop) +binder_call(dumpstate, gsid)