From d0e9e5ef6aa643b7d56770e8b7fd428d18dea87f Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Sun, 22 Mar 2020 00:31:08 +0100 Subject: [PATCH] universal7885: sepolicy: Allow radio to make binder calls to gpuservice I have no idea why it needs to. avc: denied { call } for scontext=u:r:radio:s0 tcontext=u:r:gpuservice:s0 tclass=binder permissive=0 Change-Id: I2a1eac04bb90423c2c2f4fb7a524cd03f3d31df2 Signed-off-by: SamarV-121 --- sepolicy/vendor/radio.te | 1 + 1 file changed, 1 insertion(+) create mode 100644 sepolicy/vendor/radio.te diff --git a/sepolicy/vendor/radio.te b/sepolicy/vendor/radio.te new file mode 100644 index 0000000..8984885 --- /dev/null +++ b/sepolicy/vendor/radio.te @@ -0,0 +1 @@ +binder_call(radio, gpuservice)