aboutsummaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-22 13:40:32 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-22 13:40:32 -0400
commit6163ff2a6fd8fa0858ff4f7c57d45dc57c8f39b1 (patch)
tree38ef7124e4706eca260adfca467890f6f6edff44 /src/man
parent--get fixes (diff)
downloadfirejail-6163ff2a6fd8fa0858ff4f7c57d45dc57c8f39b1.tar.gz
firejail-6163ff2a6fd8fa0858ff4f7c57d45dc57c8f39b1.tar.zst
firejail-6163ff2a6fd8fa0858ff4f7c57d45dc57c8f39b1.zip
add files to sandbox container (--put)
Diffstat (limited to 'src/man')
-rw-r--r--src/man/firejail.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index a906de0c9..29b0f05a2 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -11,7 +11,7 @@ firejail [OPTIONS] [program and arguments]
11File transfer from an existing sandbox 11File transfer from an existing sandbox
12.PP 12.PP
13.RS 13.RS
14firejail {\-\-ls | \-\-get} dir_or_filename 14firejail {\-\-ls | \-\-get | \-\-put} dir_or_filename
15.RE 15.RE
16.PP 16.PP
17Network traffic shaping for an existing sandbox: 17Network traffic shaping for an existing sandbox:
@@ -1224,6 +1224,9 @@ $ firejail \-\-protocol.print=3272
1224.br 1224.br
1225unix,inet,inet6,netlink 1225unix,inet,inet6,netlink
1226.TP 1226.TP
1227\fB\-\-put=name|pid src-filename dest-filename
1228Put a file in sandbox container, see \fBFILE TRANSFER\fR section for more details.
1229.TP
1227\fB\-\-quiet 1230\fB\-\-quiet
1228Turn off Firejail's output. 1231Turn off Firejail's output.
1229.TP 1232.TP
@@ -1787,12 +1790,16 @@ and transfer files from the container to the host filesystem.
1787.TP 1790.TP
1788\fB\-\-get=name|pid filename 1791\fB\-\-get=name|pid filename
1789Retrieve the container file and store it on the host in the current working directory. 1792Retrieve the container file and store it on the host in the current working directory.
1790The container is specified by name or PID. Full path is needed for filename. 1793The container is specified by name or PID.
1791 1794
1792.TP 1795.TP
1793\fB\-\-ls=name|pid dir_or_filename 1796\fB\-\-ls=name|pid dir_or_filename
1794List container files. The container is specified by name or PID. 1797List container files. The container is specified by name or PID.
1795Full path is needed for dir_or_filename. 1798
1799.TP
1800\fB\-\-put=name|pid src-filename dest-filename
1801Put src-filename in sandbox container.
1802The container is specified by name or PID.
1796 1803
1797.TP 1804.TP
1798Examples: 1805Examples:
@@ -1818,7 +1825,11 @@ drwxr-xr-x netblue netblue 4096 ..
1818 1825
1819.br 1826.br
1820$ firejail \-\-get=mybrowser ~/Downloads/xpra-clipboard.png 1827$ firejail \-\-get=mybrowser ~/Downloads/xpra-clipboard.png
1828.br
1821 1829
1830.br
1831$ firejail \-\-put=mybrowser xpra-clipboard.png ~/Downloads/xpra-clipboard.png
1832.br
1822 1833
1823.SH TRAFFIC SHAPING 1834.SH TRAFFIC SHAPING
1824Network bandwidth is an expensive resource shared among all sandboxes running on a system. 1835Network bandwidth is an expensive resource shared among all sandboxes running on a system.