From 6b3ca89cac15f56c1d7980727bce8e24834d4949 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 11 Apr 2021 17:04:07 +0300 Subject: [PATCH] ; * etc/NEWS: Minor copyedits. --- etc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5