From ee4c25f064d89f08136d5814bf2368512973017f Mon Sep 17 00:00:00 2001 From: Alexandru Pirvulescu Date: Sun, 26 May 2024 11:59:39 +0300 Subject: [PATCH] fix creation of all 3 anbox modules symlinks: anbox-binder anbox-hwbinder anbox-vndbinder --- 99-anbox.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/99-anbox.rules b/99-anbox.rules index 0f604ca..272502a 100644 --- a/99-anbox.rules +++ b/99-anbox.rules @@ -1,2 +1,2 @@ KERNEL=="ashmem", MODE="0666" -KERNEL=="binder*", MODE="0666", SYMLINK+="anbox-%k" +KERNEL=="*binder", MODE="0666", SYMLINK+="anbox-%k"