Tor Browser: sync unveil changes from firefox-esr
Original commit message from landry@:
"www/firefox-esr: add some missing unveils
- content process already accesses /etc/localtime, add /usr/share/zoneinfo
- main process already has /usr/share/zoneinfo, add /etc/localtime
- main process sometimes parses /etc/hosts (mostly on network.trr.mode
changes ?) so unveil it.
- unveil.socket is wrong but time is running out, and the socket process
isnt used much anyway (network.http.network_access_on_socket_process.enabled defaults to false)
required by upcoming changes to pledge/unveil"
Allow filters to prepend loglines with a priority tag. This way logmessages
can be written under a reasonable priority, instead of putting everything
under warning.
Current behaviour of tagless messages will still be written out under
warning.
OK kirill@, op@
Let smtpd write filter logging out to syslog under their own syslogtag.
This makes the layout more consistent with smtpd internal, and gives a
little more flexibility inside syslogd.
While here also document the user, group, and chroot arguments to a filter
as well.
OK kirill@, op@
set metaSendsEscape by default. In UTF-8 mode the high bit would be
interpreted in a latin-1 fashion, before being converted into its UTF-8
equivalent, resulting in a character, instead of a Meta-combination.
OK helg@, op@, sthen@, matthieu@
Repair virt-manager by not using obsolete libxml2 python bindings
anymore. Cherry-pick commits from git master branch to use xmletree.py
backend.
OK aja