From: Eli Zaretskii Date: Sun, 11 Apr 2021 14:04:07 +0000 (+0300) Subject: ; * etc/NEWS: Minor copyedits. X-Git-Tag: emacs-28.0.90~2909 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b3ca89cac15f56c1d7980727bce8e24834d4949;p=emacs.git ; * etc/NEWS: Minor copyedits. --- diff --git a/etc/NEWS b/etc/NEWS index aaf38022c58..7483a6e5b75 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -91,9 +91,9 @@ true color by setting 'COLORTERM=truecolor' in the environment. This is useful on systems such as FreeBSD which ships only with "etc/termcap". ** Emacs now supports loading a Secure Computing filter. -This is supported only on capable GNU/Linux systems. To use this, -use the '--seccomp=FILE' command-line option when starting Emacs. -FILE must name a binary file containing an array of 'struct sock_filter' +This is supported only on capable GNU/Linux systems. To activate, +invoke Emacs with the '--seccomp=FILE' command-line option. FILE must +name a binary file containing an array of 'struct sock_filter' structures. Emacs will then install that list of Secure Computing filters into its own process early during the startup process. You can use this functionality to put an Emacs process in a sandbox to