Other components
Component | Translated | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|
books/porters-handbook/pkg-files/chapter
|
0% | 66 | 1,110 | ||||
|
|||||||
articles/_index
|
0% | 2 | 4 | ||||
|
|||||||
books/developers-handbook/bibliography/chapter
|
0% | 7 | 131 | ||||
|
|||||||
books/developers-handbook/policies/chapter
|
0% | 66 | 1,420 | ||||
|
|||||||
books/arch-handbook/pci/chapter
|
0% | 86 | 1,461 | ||||
|
|||||||
books/handbook/bibliography/_index
|
0% | 91 | 1,286 | ||||
|
|||||||
books/_index
|
0% | 2 | 4 | ||||
|
|||||||
books/arch-handbook/bibliography/chapter
|
0% | 2 | 37 | ||||
|
|||||||
books/developers-handbook/testing/chapter
|
0% | 86 | 1,717 | ||||
|
|||||||
articles/contributors/contrib-corealumni
|
0% | 55 | 236 | ||||
|
Translation Information
Project website | docs.freebsd.org/en |
---|---|
Translation process |
|
Translation license | BSD 2-Clause "Simplified" License |
Filemask | documentation/content/*/books/arch-handbook/jail/chapter.po |
Translation file |
Download
documentation/content/es/books/arch-handbook/jail/chapter.po
|
There are certain protocols which are very common, such as TCP, UDP, IP and ICMP. IP and ICMP are on the same level: the network layer 2. There are certain precautions which are taken in order to prevent a jailed process from binding a protocol to a certain address only if the `nam` parameter is set. `nam` is a pointer to a `sockaddr` structure, which describes the address on which to bind the service. A more exact definition is that `sockaddr` "may be used as a template for referring to the identifying tag and length of each address". In the function `in_pcbbind_setup()`, `sin` is a pointer to a `sockaddr_in` structure, which contains the port, address, length and domain family of the socket which is to be bound. Basically, this disallows any processes from jail to be able to specify the address that does not belong to the jail in which the calling process exists.
Hay ciertos protocolos que son muy comunes, como TCP, UDP, IP e ICMP. IP e ICMP están en el mismo nivel: la capa de red 2. Hay ciertas precauciones que se toman para evitar que un proceso encerrado vincule un protocolo a una determinada dirección solo si el <literal>nam</literal> el parámetro está configurado. <literal>nam</literal>Es un puntero a un <literal>sockaddr</literal> estructura, que describe la dirección a la que enlazar el servicio. Una definición más exacta es que <literal>sockaddr</literal> "se puede utilizar como plantilla para hacer referencia a la etiqueta de identificación y la longitud de cada dirección ". En la función <literal>in_pcbbind_setup()</literal>, <literal>sin</literal> Es un puntero a un <literal>sockaddr_in</literal> estructura, que contiene el puerto, la dirección, la longitud y la familia de dominio del socket que se va a vincular. Básicamente, esto no permite ningún proceso de <application>jail</application>para poder especificar la dirección que no pertenece al <application>jail</application>en el que existe el proceso de llamada.
92 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
92 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF with gettext extensions | XLIFF 1.1 | XLSX |
78 | Strings needing action, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF with gettext extensions | XLIFF 1.1 | XLSX |
Statistics
Percent | Strings | Words | Chars | ||
---|---|---|---|---|---|
Total | 92 | 2,701 | 20,132 | ||
Translated | 15% | 14 | 64 | 440 | |
Needs editing | 1% | 1 | 154 | 877 | |
Failing checks | 0% | 0 | 0 | 0 |
Last activity
Last change | April 8, 2021, 11:48 p.m. | |||
---|---|---|---|---|
Last author | Anonymous |