mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
bwrap: add Spanish translation (#15757)
This commit is contained in:
parent
e5cf4273aa
commit
b9464d53f9
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/bwrap.md
Normal file
12
pages.es/linux/bwrap.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# bwrap
|
||||
|
||||
> Ejecuta programas en un sandbox ligero.
|
||||
> Más información: <https://manned.org/bwrap>.
|
||||
|
||||
- Ejecuta un programa en un entorno de sólo lectura:
|
||||
|
||||
`bwrap --ro-bind / / {{/bin/bash}}`
|
||||
|
||||
- Da al entorno acceso a dispositivos, información de procesos y crea un `tmpfs` para el mismo:
|
||||
|
||||
`bwrap --dev-bind /dev /dev --proc /proc --ro-bind / / --tmpfs /tmp {{/bin/bash}}`
|
Loading…
Add table
Reference in a new issue