Re: firefox: allow access to all /dev/video*

2025-01-13 Thread Landry Breuil
Le Sun, Jan 12, 2025 at 04:07:36PM +0100, Kirill A. Korinsky a écrit : > Landry, > > I'd like to allow access to all /dev/video* for both firefox. > > I had also removed access to /dev/video because it doesn't need one, > see: > https://github.com/mozilla/libwebrtc/blob/master/modules/video_capt

Re: firefox: allow access to all /dev/video*

2025-01-12 Thread Kirill A . Korinsky
On Sun, 12 Jan 2025 17:17:07 +0100, Klemens Nanni wrote: > > 12.01.2025 18:58, Kirill A. Korinsky пишет: > > which, probably, migth be needed for other software which uses /dev/video > > Sure, but neither is that firefox's job, nor do symlinks work that way. > > With 'video -> video0', 'chmod f

Re: firefox: allow access to all /dev/video*

2025-01-12 Thread Klemens Nanni
12.01.2025 18:58, Kirill A. Korinsky пишет: > which, probably, migth be needed for other software which uses /dev/video Sure, but neither is that firefox's job, nor do symlinks work that way. With 'video -> video0', 'chmod foo video' changes the owner of video0, which matches both video* and vide

Re: firefox: allow access to all /dev/video*

2025-01-12 Thread Klemens Nanni
12.01.2025 18:07, Kirill A. Korinsky пишет: > I'd like to allow access to all /dev/video* for both firefox. OK kn > I had also removed access to /dev/video because it doesn't need one, > see: > https://github.com/mozilla/libwebrtc/blob/master/modules/video_capture/linux/device_info_v4l2.cc The

Re: firefox: allow access to all /dev/video*

2025-01-12 Thread Kirill A . Korinsky
On Sun, 12 Jan 2025 16:52:43 +0100, Klemens Nanni wrote: > > 12.01.2025 18:07, Kirill A. Korinsky пишет: > > > > > -# chown youruser /dev/video0 > > +# chown youruser /dev/video* > > ... not a problem, but ? instead of * would skip the /dev/video symlink. > which, probably, migth be needed

firefox: allow access to all /dev/video*

2025-01-12 Thread Kirill A . Korinsky
Landry, I'd like to allow access to all /dev/video* for both firefox. I had also removed access to /dev/video because it doesn't need one, see: https://github.com/mozilla/libwebrtc/blob/master/modules/video_capture/linux/device_info_v4l2.cc Ok? Index: www/firefox-esr/Makefile =