summaryrefslogtreecommitdiffstats
path: root/common/private/snap_app.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/private/snap_app.te')
-rw-r--r--common/private/snap_app.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/private/snap_app.te b/common/private/snap_app.te
index 40ecac8..c5721b9 100644
--- a/common/private/snap_app.te
+++ b/common/private/snap_app.te
@@ -35,3 +35,6 @@ allow snap_app self:process ptrace;
# Read and write system app data files passed over Binder.
allow snap_app system_app_data_file:file { read write getattr };
+
+# Binder call with gpuservice
+binder_call(snap_app, gpuservice)