aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-18 22:03:10 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-18 22:03:10 -0400
commit7bf395479d352380c33ce06c93b88c2bfa1ad70a (patch)
treee057c01043528fcef2f8531f2ef8928178627b29 /README.md
parentx11 fix (diff)
downloadfirejail-7bf395479d352380c33ce06c93b88c2bfa1ad70a.tar.gz
firejail-7bf395479d352380c33ce06c93b88c2bfa1ad70a.tar.zst
firejail-7bf395479d352380c33ce06c93b88c2bfa1ad70a.zip
x11 fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/README.md b/README.md
index 0da0ec5ea..b3eb112bc 100644
--- a/README.md
+++ b/README.md
@@ -53,27 +53,27 @@ More information here: https://firejail.wordpress.com/documentation-2/x11-guide/
53## File transfers 53## File transfers
54````` 54`````
55FILE TRANSFER 55FILE TRANSFER
56 These features allow the user to inspect the file system container of 56 These features allow the user to inspect the filesystem container of an
57 an existing sandbox and transfer files from the container to the host 57 existing sandbox and transfer files from the container to the host
58 file system. 58 filesystem.
59 59
60 --get=name filename 60 --get=name filename
61 Retrieve the container file and store it on the host in the cur‐ 61 Retrieve the container file and store it on the host in the cur‐
62 rent working directory. The container is spececified by name 62 rent working directory. The container is specified by name
63 (--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 and store it on the host in the cur‐ 66 Retrieve the container file and store it on the host in the cur‐
67 rent working directory. The container is spececified by process 67 rent working directory. The container is specified by process
68 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 specified by name
72 (--name option). Full path is needed for dir_or_filename. 72 (--name option). Full path is needed for dir_or_filename.
73 73
74 --ls=pid dir_or_filename 74 --ls=pid dir_or_filename
75 List container files. The container is spececified by process 75 List container files. The container is specified by process ID.
76 ID. Full path is needed for dir_or_filename. 76 Full path is needed for dir_or_filename.
77 77
78 Examples: 78 Examples:
79 79
@@ -87,8 +87,6 @@ FILE TRANSFER
87 -rw-r--r-- netblue netblue 34139 xpra-clipboard.png 87 -rw-r--r-- netblue netblue 34139 xpra-clipboard.png
88 88
89 $ firejail --get=mybrowser ~/Downloads/xpra-clipboard.png 89 $ firejail --get=mybrowser ~/Downloads/xpra-clipboard.png
90
91
92````` 90`````
93 91
94## Default seccomp filter update 92## Default seccomp filter update