From efae8739d9b29bb332f4bde95400ee81a5381bf9 Mon Sep 17 00:00:00 2001 From: BrainKub Date: Thu, 31 Oct 2024 15:31:20 +0300 Subject: [PATCH] Spacewar: Allows glyphs app to access the virtual device manager service E SELinux : avc: denied { find } for pid=2868 uid=1000 name=virtualdevice scontext=u:r:glyph_app:s0:c232,c259,c512,c768 tcontext=u:object_r:virtual_device_service:s0 tclass=service_manager permissive=0 Change-Id: I2574f502b5b4facdd16447fabdc77f0bc563f55d Signed-off-by: BrainKub --- sepolicy/private/glyph_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/private/glyph_app.te b/sepolicy/private/glyph_app.te index 91e4e0c..bfc587e 100644 --- a/sepolicy/private/glyph_app.te +++ b/sepolicy/private/glyph_app.te @@ -21,6 +21,7 @@ allow glyph_app { surfaceflinger_service vendor_perf_service vibrator_manager_service + virtual_device_native_service }:service_manager find; allow glyph_app system_app_data_file:dir create_dir_perms;