summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-11 10:38:01 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-11 10:38:01 -0500
commit85207135303959b6fb91ab9ac31dc995bd000774 (patch)
tree9159116eb6f8b70cd8fb5af5289bf558bd9290d6 /README.md
parentfile transfer feature (diff)
downloadfirejail-85207135303959b6fb91ab9ac31dc995bd000774.tar.gz
firejail-85207135303959b6fb91ab9ac31dc995bd000774.tar.zst
firejail-85207135303959b6fb91ab9ac31dc995bd000774.zip
file transfer feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index c62121b38..73d52af71 100644
--- a/README.md
+++ b/README.md
@@ -52,20 +52,20 @@ More information here: https://firejail.wordpress.com/documentation-2/x11-guide/
52 52
53## File transfers 53## File transfers
54````` 54`````
55FILE TRANSFERS 55FILE TRANSFER
56 These features allow the user to inspect the file system container of 56 These features allow the user to inspect the file system container of
57 an existing sandbox and transfer files from the container to the host 57 an existing sandbox and transfer files from the container to the host
58 file system. 58 file system.
59 59
60 --get=name filename 60 --get=name filename
61 Retrieve the container file filename and store it on the host in 61 Retrieve the container file and store it on the host in the cur‐
62 the current working directory. The container is spececified by 62 rent working directory. The container is spececified by name
63 name (--name option). Full path is needed for filename. 63 (--name option). Full path is needed for filename.
64 64
65 --get=pid filename 65 --get=pid filename
66 Retrieve the container file filename and store it on the host in 66 Retrieve the container file and store it on the host in the cur‐
67 the current working directory. The container is spececified by 67 rent working directory. The container is spececified by process
68 process ID. Full path is needed for filename. 68 ID. Full path is needed for filename.
69 69
70 --ls=name dir_or_filename 70 --ls=name dir_or_filename
71 List container files. The container is spececified by name 71 List container files. The container is spececified by name
@@ -77,6 +77,8 @@ FILE TRANSFERS
77 77
78 Examples: 78 Examples:
79 79
80 $ firejail --name=mybrowser --private firefox
81
80 $ firejail --ls=mybrowser ~/Downloads 82 $ firejail --ls=mybrowser ~/Downloads
81 drwxr-xr-x netblue netblue 4096 . 83 drwxr-xr-x netblue netblue 4096 .
82 drwxr-xr-x netblue netblue 4096 .. 84 drwxr-xr-x netblue netblue 4096 ..