On Thu, 11 Jun 2026 11:11:58 +0200, Stuart Henderson <[email protected]> wrote: > > On 2026-06-11, Alexandre Ratchov <[email protected]> wrote: > > I'd suggest simply changing /dev/video* ownership to your user id, > > after each upgrade. > > rc.local is not a bad place to do that. >
I think this is cleaner: ~ $ grep video /upgrade.site echo 'chown USER /dev/video*' >>/etc/rc.firsttime ~ $ -- wbr, Kirill

