fix creation of all 3 anbox modules symlinks: anbox-binder anbox-hwbinder anbox-vndbinder

This commit is contained in:
Alexandru Pirvulescu 2024-05-26 11:59:39 +03:00 committed by Christian Hoff
parent 2c06452251
commit ee4c25f064
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
KERNEL=="ashmem", MODE="0666" KERNEL=="ashmem", MODE="0666"
KERNEL=="binder*", MODE="0666", SYMLINK+="anbox-%k" KERNEL=="*binder", MODE="0666", SYMLINK+="anbox-%k"