On Sat, Mar 14, 2020 at 11:04:21AM -0700, Greg Steuck wrote: > All reyk@'s changes are now merged upstream so this is the only patch > that remains.
Appears to work flawlessly for me. ok tb > > Tested post-install by adding the same line to > /usr/local/lib/firefox/browser/defaults/preferences/unveil.main > --- > www/mozilla-firefox/Makefile | 1 + > www/mozilla-firefox/files/unveil.main | 1 + > 2 files changed, 2 insertions(+) > > diff --git www/mozilla-firefox/Makefile www/mozilla-firefox/Makefile > index 7dd69366e81..a1ed2693209 100644 > --- www/mozilla-firefox/Makefile > +++ www/mozilla-firefox/Makefile > @@ -9,6 +9,7 @@ MOZILLA_VERSION = 74.0 > MOZILLA_BRANCH = release > MOZILLA_PROJECT = firefox > MOZILLA_CODENAME = browser > +REVISION = 0 > > WRKDIST = ${WRKDIR}/${MOZILLA_DIST}-${MOZILLA_DIST_VERSION:C/b[0-9]*//} > HOMEPAGE = https://www.mozilla.org/firefox/ > diff --git www/mozilla-firefox/files/unveil.main > www/mozilla-firefox/files/unveil.main > index 00e78a6d2ea..30dacd79996 100644 > --- www/mozilla-firefox/files/unveil.main > +++ www/mozilla-firefox/files/unveil.main > @@ -2,6 +2,7 @@ > /dev/urandom r > /dev/video rw > /dev/video0 rw > +/dev/fido rw > > /etc/fonts r > /etc/machine-id r > -- > 2.25.1