summaryrefslogtreecommitdiffstats
path: root/common/wfdservice.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/wfdservice.te')
-rw-r--r--common/wfdservice.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/wfdservice.te b/common/wfdservice.te
index 276e2e15..1514e055 100644
--- a/common/wfdservice.te
+++ b/common/wfdservice.te
@@ -39,6 +39,9 @@ allow wfdservice audio_device:dir r_dir_perms;
#Allow access to /dev/graphics/fb* for screen capture
allow wfdservice graphics_device:chr_file rw_file_perms;
+#Allow access to encoder for YUV statistics
+allow wfdservice gpu_device:chr_file rw_file_perms;
+
#Allow communication with init over property server
unix_socket_connect(wfdservice, property, init);