]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix the wording of a recently added entry.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Apr 2021 18:17:09 +0000 (21:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Apr 2021 18:17:09 +0000 (21:17 +0300)
etc/NEWS

index 0956084fc1a92be237da04a0fd6d03f651b23a44..328c38c11891b88e4fc58472cd4be3c34b468f1a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,14 +90,15 @@ lacks the terminfo database, you can instruct Emacs to support 24-bit
 true color by setting 'COLORTERM=truecolor' in the environment.  This is
 useful on systems such as FreeBSD which ships only with "etc/termcap".
 
-** On GNU/Linux systems, Emacs now supports loading a Secure Computing
-filter.  To use this, you can pass a --seccomp=FILE command-line
-option to Emacs.  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 avoid security issues when executing untrusted code.  See
-the manual page for 'seccomp' for details about Secure Computing
+** 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'
+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
+avoid security issues when executing untrusted code.  See the manual
+page for 'seccomp' system call, for details about Secure Computing
 filters.
 
 \f