Add i2c non root user

This commit is contained in:
Late Night Defender 2024-11-25 02:00:39 +07:00
parent f9a6658fea
commit de19786bd1

2
10-local_i2c_group.rules Normal file
View file

@ -0,0 +1,2 @@
# Make /dev/i2c-[0-9]* accessible to users from group "sasha" without sudo
KERNEL=="i2c-[0-9]*", GROUP="sasha"