forked from Spark/ssm-services
9 lines
168 B
Bash
9 lines
168 B
Bash
|
#!/usr/bin/env watchman
|
||
|
# Config for devfs-permissions
|
||
|
|
||
|
cfg_devices=(
|
||
|
'/dev/snd;root:audio;770'
|
||
|
'/dev/dri;root:video;770'
|
||
|
'/dev/fuse;root:root;777'
|
||
|
)
|