diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 22:29:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 22:30:46 +0100 |
commit | 1cf49786f02e2fcb791e24d6678a3f54f22bf85a (patch) | |
tree | 7e71772ba066faa3bc76dd606d705a82bc30c869 /etc | |
parent | 79f9091b0f2d96d829340606d3e924d175285cf1 (diff) | |
download | guix-1cf49786f02e2fcb791e24d6678a3f54f22bf85a.tar guix-1cf49786f02e2fcb791e24d6678a3f54f22bf85a.tar.gz |
news: Add ‘nl’ translation.
* etc/news.scm (channel-news): Add a Dutch translation.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index 51daaa527f..f9f1f4f462 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -22,7 +22,8 @@ (entry (commit "9ade2b720af91acecf76278b4d9b99ace406781e") (title - (en "Update on previous @command{guix-daemon} local privilege escalation")) + (en "Update on previous @command{guix-daemon} local privilege escalation") + (nl "Aanvulling bij escalatie van bevoegdheden via @command{guix-daemon}")) (body (en "The previous news item described a potential local privilege escalation in @command{guix-daemon}, and claimed that systems with the Linux @@ -34,7 +35,20 @@ but not impossible. To avoid unpleasant surprises, all users are advised to upgrade @command{guix-daemon}. Run @command{info \"(guix) Upgrading Guix\"} for info on how to do that. See @uref{https://guix.gnu.org/en/blog/2021/risk-of-local-privilege-escalation-via-guix-daemon/} -for more information on this bug."))) +for more information on this bug.") + (nl "Het vorige nieuwsbericht beschreef een beveiligingsprobleem in +@command{guix-daemon} dat kan leiden tot de escalatie van lokale bevoegdheden. +Het bericht stelde dat machines waarop de +@uref{https://www.kernel.org/doc/Documentation/sysctl/fs.txt, +``protected hardlink''}-optie van Linux is inschakeld niet kwetsbaar zijn. + +Dit is niet volledig juist. De optie maakt het uitbuiten van de fout +moeilijker maar niet onmogelijk. Om onaangename verrassingen te voorkomen +is het voor iedereen aangeraden om @command{guix-daemon} op te waarderen. +Voer @command{info \"(guix) Upgrading Guix\"} uit voor meer informatie +daarover. Lees +@uref{https://guix.gnu.org/en/blog/2021/risk-of-local-privilege-escalation-via-guix-daemon/} +voor meer informatie over het probleem."))) (entry (commit "ec7fb669945bfb47c5e1fdf7de3a5d07f7002ccf") (title |