diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 17:07:18 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-18 17:08:11 +0100 |
| commit | 6ce80c900810e692150d168eddeae4d7de935488 (patch) | |
| tree | 47b5c5dddf28c114e68176fa9b62d6017c93d155 | |
| parent | b6df89efb03b0db7f74dd3c49ec233dd5ae14514 (diff) | |
news: Add ‘nl’ translation.
* etc/news.scm (channel-news): Add a Dutch translation.
| -rw-r--r-- | etc/news.scm | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index 467f671c510..8d48d20e3ba 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -24,7 +24,8 @@ | |||
| 24 | (title | 24 | (title |
| 25 | (en "Risk of local privilege escalation @i{via} @command{guix-daemon}") | 25 | (en "Risk of local privilege escalation @i{via} @command{guix-daemon}") |
| 26 | (de "Risiko lokaler Rechteausweitung über @command{guix-daemon}") | 26 | (de "Risiko lokaler Rechteausweitung über @command{guix-daemon}") |
| 27 | (fr "Risque d'élévation locale de privilèges @i{via} @command{guix-daemon}")) | 27 | (fr "Risque d'élévation locale de privilèges @i{via} @command{guix-daemon}") |
| 28 | (nl "Risico op escalatie van bevoegdheden via @command{guix-daemon}")) | ||
| 28 | (body | 29 | (body |
| 29 | (en "A security vulnerability that can lead to local privilege | 30 | (en "A security vulnerability that can lead to local privilege |
| 30 | escalation has been found in @command{guix-daemon}. It affects multi-user | 31 | escalation has been found in @command{guix-daemon}. It affects multi-user |
| @@ -105,7 +106,33 @@ de compilation, y compris le lien. À ce stade, cette personne a accès en | |||
| 105 | Nous conseillons de mettre à jour @command{guix-daemon}. Lancer @command{info | 106 | Nous conseillons de mettre à jour @command{guix-daemon}. Lancer @command{info |
| 106 | \"(guix.fr) Mettre à niveau Guix\"} pour voir comment faire. Voir | 107 | \"(guix.fr) Mettre à niveau Guix\"} pour voir comment faire. Voir |
| 107 | @uref{https://issues.guix.gnu.org/47229} pour plus d'informations sur cette | 108 | @uref{https://issues.guix.gnu.org/47229} pour plus d'informations sur cette |
| 108 | faille."))) | 109 | faille.") |
| 110 | (nl "In @command{guix-daemon} werd een beveiligingsprobleem | ||
| 111 | gevonden dat kan leiden tot de escalatie van locale bevoegdheden. Het | ||
| 112 | probleem doet zich voor bij installaties met meerdere gebruikers waarop een | ||
| 113 | lokale @command{guix-daemon} draait. | ||
| 114 | |||
| 115 | Het heeft @emph{geen} invloed op systemen met meerdere gebruikers waarbij de | ||
| 116 | @command{guix-daemon} op een afzonderlijke machine draait en via | ||
| 117 | @env{GUIX_DAEMON_SOCKET} over het netwerk wordt aangesproken, zoals | ||
| 118 | gebruikelijk bij computerclusters. Ook machines waarop de | ||
| 119 | @uref{https://www.kernel.org/doc/Documentation/sysctl/fs.txt, | ||
| 120 | ``protected hardlink''}-optie van Linux is inschakeld, wat vaak het geval is, | ||
| 121 | zijn niet kwetsbaar. | ||
| 122 | |||
| 123 | De aanval bestaat erin dat een gebruiker zonder privileges een bouwproces | ||
| 124 | opstart, bijvoorbeeld met @command{guix build}, dat zijn werkmap beschrijfbaar | ||
| 125 | maakt voor alle gebruikers. Vervolgens maakt de gebruiker vanuit deze map een | ||
| 126 | harde link naar een bestand erbuiten met @code{root} als eigenaar, zoals | ||
| 127 | @file{/etc/shadow}. Als de gebruiker de @option{--keep-failed}-optie opgaf | ||
| 128 | en de bouw faalt, maakt @command{guix-daemon} de gebruiker eigenaar van de | ||
| 129 | volledige inhoud van de werkmap, met inbegrip van de harde link. Op dat | ||
| 130 | moment bezit de gebruiker schrijfrechten over het doelbestand. | ||
| 131 | |||
| 132 | Het is aangeraden om @command{guix-daemon} op te waarderen. Voer | ||
| 133 | @command{info \"(guix) Upgrading Guix\"} uit voor meer informatie daarover. | ||
| 134 | Lees @uref{https://issues.guix.gnu.org/47229} voor meer informatie over het | ||
| 135 | probleem."))) | ||
| 109 | 136 | ||
| 110 | (entry (commit "77c2f4e2068ebec3f384c826c5a99785125ff72c") | 137 | (entry (commit "77c2f4e2068ebec3f384c826c5a99785125ff72c") |
| 111 | (title | 138 | (title |
