Skip to content

Instantly share code, notes, and snippets.

@singulared
Created March 28, 2013 11:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save singulared/5262444 to your computer and use it in GitHub Desktop.
Save singulared/5262444 to your computer and use it in GitHub Desktop.
Set /dev/mali* permission to mali group from udev.
# From /etc/udev/rules.d/99-mali-devices.rules
# Graphic devices
KERNEL=="mali*" OWNER="root" GROUP="mali" MODE="0660"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment