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
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
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
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
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
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
=