CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/01/15 04:00:50
Modified files:
www/tor-browser/browser: Makefile
www/tor-browser/browser/files: unveil.gpu unveil.main
www/mozilla-firefox: Makefile
www/mozilla-firefox/files: unveil.gpu unveil.main
www/firefox-esr: Makefile
www/firefox-esr/files: unveil.gpu unveil.main
Log message:
Add /etc/resolv.conf to files allowed by unveil for all Firefox-based ports.
Normally this file is exempted from unveil by "pledge dns", but if the user
has disabled pledge (which is required for using some features) it will no
longer be exempted, so must be handled explicitly by unveil.
Problem reported by Stefan Hagen, ok jcs landry