emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 15122b3: ; * etc/NEWS: Fix the wording of a recently added entry.


From: Eli Zaretskii
Subject: master 15122b3: ; * etc/NEWS: Fix the wording of a recently added entry.
Date: Sat, 10 Apr 2021 14:18:05 -0400 (EDT)

branch: master
commit 15122b31040f8945d0998510abd52c7735b36bc7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Fix the wording of a recently added entry.
---
 etc/NEWS | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 0956084..328c38c 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.
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]