Add i2c non root user
This commit is contained in:
parent
f9a6658fea
commit
de19786bd1
1 changed files with 2 additions and 0 deletions
2
10-local_i2c_group.rules
Normal file
2
10-local_i2c_group.rules
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Make /dev/i2c-[0-9]* accessible to users from group "sasha" without sudo
|
||||||
|
KERNEL=="i2c-[0-9]*", GROUP="sasha"
|
Loading…
Reference in a new issue