This will be helpful for people upgrading to 6.7 who had disabled pledge in firefox, and also to tell people about unveil addition to firefox and that it can be disabled.
ok? Index: current.html =================================================================== RCS file: /data/cvs/www/faq/current.html,v retrieving revision 1.1019 diff -u -p -r1.1019 current.html --- current.html 24 Jan 2020 06:27:09 -0000 1.1019 +++ current.html 24 Jan 2020 10:26:23 -0000 @@ -57,6 +57,14 @@ use a snapshot to recover. Most of these changes will have to be performed as root. +<h3 id="r20200124">2020/01/24 - firefox(1): pledge configuration change</h3> +Previously, disabling pledge was done by modifying an entry in about:config +but now it is done using files in /etc/firefox as explained in the pkg-readme +file. +Unveil has been added to firefox to prevent it to access all the filesystem, +disabling unveil is explained in the pkg-readme file. + + <h3 id="r20191106">2019/11/06 - unwind(8): configuration syntax change</h3> <em>asr</em> has been renamed to <em>stub</em> in <a href="https://man.openbsd.org/unwind.conf.5">unwind.conf(5).</a>
