Re: /dev/video* permissions

2020-12-29 Thread Marcus Glocker
> > crw-rw 1 root video 44, 1 Dec 29 12:38 video1 > > > > With this we would enable a default setup which avoids running > > video programs as root, or pushing people to manually tweak the > > /dev/video* permissions. > > > > In this diff I'm

Re: /dev/video* permissions

2020-12-29 Thread Mark Kettenis
default setup which avoids running > video programs as root, or pushing people to manually tweak the > /dev/video* permissions. > > In this diff I'm re-using group id 6, which was the first free one > found. I'm not sure if this is the right approach. > > What do you think

/dev/video* permissions

2020-12-29 Thread Marcus Glocker
video -> video0 crw-rw 1 root video 44, 0 Dec 29 12:38 video0 crw-rw 1 root video 44, 1 Dec 29 12:38 video1 With this we would enable a default setup which avoids running video programs as root, or pushing people to manually tweak the /dev/video* permissi