blob: d92e2b43673aa8bfe31f330542258b0f1cb6ff0c (
plain)
1
2
3
4
5
|
# This rule grants the `video` group access to GPIO the `dma_heap` subsystem.
# This facilitates video streaming using the Raspberry Pi camera module.
SUBSYSTEM=="dma_heap",KERNEL=="linux*",GROUP="video",MODE="0660"
SUBSYSTEM=="dma_heap",KERNEL=="reserved",GROUP="video",MODE="0660"
SUBSYSTEM=="dma_heap",KERNEL=="system",GROUP="video",MODE="0660"
|