Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6b3ca89c
Commit
6b3ca89c
authored
Apr 11, 2021
by
Eli Zaretskii
Browse files
; * etc/NEWS: Minor copyedits.
parent
55378362
Pipeline
#10256
passed with stages
in 10 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
etc/NEWS
etc/NEWS
+3
-3
No files found.
etc/NEWS
View file @
6b3ca89c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment