diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-01-13 06:03:59 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-01-13 06:03:59 +0000 |
commit | 0b5bf13572fca033374dc9a34201e47476fa9549 (patch) | |
tree | 4c17c988acfff377912f0067f26d8a5d61fcabc2 /UPDATING | |
parent | 03d922c1c7fa732b5957198a511e236a461bba3a (diff) |
www/firefox: document Capsicum usage via UPDATING
PR: 243252
Reported by: Jakub Lach
Analyzed by: Greg V
Notes
Notes:
svn path=/head/; revision=522856
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20200109: + AFFECTS: www/firefox + AUTHOR: gecko@FreeBSD.org + + Firefox requires Capsicum since r522464 for IPC and in future will + require Capsicum for process sandboxing. If you use a custom kernel + make sure to copy the following lines from GENERIC kernel: + + options CAPABILITY_MODE # Capsicum capability mode + options CAPABILITIES # Capsicum capabilities + 20200107: AFFECTS: Users of *-emacs27-* packages AUTHOR: ashish@FreeBSD.org |