mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-08 01:35:44 +08:00
3 lines
205 B
Plaintext
3 lines
205 B
Plaintext
SUBSYSTEM=="gpio*", PROGRAM="/bin/sh -c 'find -L /sys/class/gpio/ -maxdepth 2 -exec chown root:gpio {} \; -exec chmod 770 {} \; || true'"
|
|
SUBSYSTEM=="gpio", KERNEL=="gpiochip[0]", GROUP="gpio", MODE="660"
|