05-30-2020, 08:53 AM
I'm getting various errors with this. One class of "general" problems seems to be solved when I manually applied permissions to the generated device files. The udev rules for some reason did not seem to apply. Even after I manually ran 'udevadm control --reload-rules' . I can manually chmod as root, but the device files /dev/ashmem and /dev/binder are generated with 600 permissions.
I guess that those are the default permissions and the udev rules don't apply for some reason.
$ cat /lib/udev/rules.d/60-anbox-modules-dkms.rules
KERNEL=="ashmem", NAME="%k", MODE="0666"
KERNEL=="binder*", NAME="%k", MODE="0666"
I guess that those are the default permissions and the udev rules don't apply for some reason.
$ cat /lib/udev/rules.d/60-anbox-modules-dkms.rules
KERNEL=="ashmem", NAME="%k", MODE="0666"
KERNEL=="binder*", NAME="%k", MODE="0666"