summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVova Sharaienko <sharaienko@google.com>2021-04-15 03:38:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-04-15 03:38:25 +0000
commitfde66fd1fb2649b6117a415b2029c698cf5a40c9 (patch)
tree87cd79d7dfa88b647e1b04f12ab0593af37e51e7
parent07108ba9529f806b20821ba3135a8a129dc9a05e (diff)
parent6f660acb3f43dd5e994a5b8e226fa64d2bc3f2a5 (diff)
downloadpixel-sepolicy-fde66fd1fb2649b6117a415b2029c698cf5a40c9.tar.gz
Merge "Stats: removed obsolete IStats HIDL sepolicies" into sc-dev
-rw-r--r--ramdump/ramdump.te12
1 files changed, 2 insertions, 10 deletions
diff --git a/ramdump/ramdump.te b/ramdump/ramdump.te
index 9b3e475..5df056b 100644
--- a/ramdump/ramdump.te
+++ b/ramdump/ramdump.te
@@ -25,15 +25,6 @@ userdebug_or_eng(`
r_dir_file(ramdump, sysfs_type)
- # To access statsd.
- hwbinder_use(ramdump)
- get_prop(ramdump, hwservicemanager_prop)
- get_prop(ramdump, boot_status_prop)
- allow ramdump fwk_stats_hwservice:hwservice_manager find;
- binder_call(ramdump, stats_service_server)
- allow ramdump fwk_stats_service:service_manager find;
- binder_use(ramdump)
-
# To implement fusefs (ramdumpfs) under /mnt/vendor/ramdump.
allow ramdump fuse:filesystem relabelfrom;
allow ramdump fuse_device:chr_file rw_file_perms;
@@ -41,7 +32,8 @@ userdebug_or_eng(`
allow ramdump ramdump_vendor_mnt_file:dir { getattr mounton };
allow ramdump ramdump_vendor_mnt_file:filesystem { mount unmount relabelfrom relabelto };
- # Access new Stats AIDL APIs (ag/13714907).
+ # Access new Stats AIDL APIs
allow ramdump fwk_stats_service:service_manager find;
binder_call(ramdump, servicemanager)
+ binder_use(ramdump)
')