summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2015-07-14 11:22:50 -0700
committerdcashman <dcashman@google.com>2015-07-14 11:22:50 -0700
commita197162b79dda87a807dc6087516eccdd9468ab9 (patch)
treeb3e33b92152f56c1445c0458afe93559d4beef3a
parentb24d18485617f123fd82b96438e57ac00f33efcc (diff)
downloadfugu-a197162b79dda87a807dc6087516eccdd9468ab9.tar.gz
Allow dumpstate to communicate w/surfaceflinger through pipe.
Addresses the following denial: Binder_3: type=1400 audit(0.0:76): avc: denied { read } for path="pipe:[232660]" dev="pipefs" ino=232660 scontext=u:r:dumpstate:s0 tcontext=u:r:surfaceflinger:s0 tclass=fifo_file permissive=0 Bug: 22333467 Change-Id: I0ea3462b02e0e93ca48e6c309f57c7c60f478e9b
-rw-r--r--sepolicy/pvrsrvctl.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/pvrsrvctl.te b/sepolicy/pvrsrvctl.te
index 84ba81b..65c4504 100644
--- a/sepolicy/pvrsrvctl.te
+++ b/sepolicy/pvrsrvctl.te
@@ -16,3 +16,4 @@ allow bootanim surfaceflinger:fifo_file rw_file_perms;
allow system_server surfaceflinger:fifo_file rw_file_perms;
allow appdomain surfaceflinger:fifo_file rw_file_perms;
allow mediaserver surfaceflinger:fifo_file rw_file_perms;
+allow dumpstate surfaceflinger:fifo_file rw_file_perms;