From: Eli Zaretskii Date: Sat, 10 Apr 2021 18:17:09 +0000 (+0300) Subject: ; * etc/NEWS: Fix the wording of a recently added entry. X-Git-Tag: emacs-28.0.90~2936 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15122b31040f8945d0998510abd52c7735b36bc7;p=emacs.git ; * etc/NEWS: Fix the wording of a recently added entry. --- diff --git a/etc/NEWS b/etc/NEWS index 0956084fc1a..328c38c1189 100644 --- 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.