aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9ae37404823..0956084fc1a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -90,6 +90,16 @@ lacks the terminfo database, you can instruct Emacs to support 24-bit
90true color by setting 'COLORTERM=truecolor' in the environment. This is 90true color by setting 'COLORTERM=truecolor' in the environment. This is
91useful on systems such as FreeBSD which ships only with "etc/termcap". 91useful on systems such as FreeBSD which ships only with "etc/termcap".
92 92
93** On GNU/Linux systems, Emacs now supports loading a Secure Computing
94filter. To use this, you can pass a --seccomp=FILE command-line
95option to Emacs. FILE must name a binary file containing an array of
96'struct sock_filter' structures. Emacs will then install that list of
97Secure Computing filters into its own process early during the startup
98process. You can use this functionality to put an Emacs process in a
99sandbox to avoid security issues when executing untrusted code. See
100the manual page for 'seccomp' for details about Secure Computing
101filters.
102
93 103
94* Changes in Emacs 28.1 104* Changes in Emacs 28.1
95 105