aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2019-06-02 13:07:10 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2019-06-02 13:07:10 -0400
commit2cda36010e4ebe05245bd5772993a8370cfa63fb (patch)
treea52350a67accb10b8715d0438474139fc0e5b214
parentmerge update man pages (private-dev, noexec) (diff)
downloadfirejail-2cda36010e4ebe05245bd5772993a8370cfa63fb.tar.gz
firejail-2cda36010e4ebe05245bd5772993a8370cfa63fb.tar.zst
firejail-2cda36010e4ebe05245bd5772993a8370cfa63fb.zip
merge: Sort items alphabetically in man firejail
-rw-r--r--src/man/firejail.txt23
-rw-r--r--status2
2 files changed, 12 insertions, 13 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index fd1d4a6be..07939b6d5 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -92,34 +92,35 @@ $ firejail --allusers
92.TP 92.TP
93\fB\-\-apparmor 93\fB\-\-apparmor
94Enable AppArmor confinement. For more information, please see \fBAPPARMOR\fR section below. 94Enable AppArmor confinement. For more information, please see \fBAPPARMOR\fR section below.
95
95.TP 96.TP
96\fB\-\-appimage 97\fB\-\-apparmor.print=name|pid
97Sandbox an AppImage (https://appimage.org/) application. If the sandbox is started as a 98Print the AppArmor confinement status for the sandbox identified by name or by PID.
98regular user, default seccomp and capabilities filters are enabled.
99.br 99.br
100 100
101.br 101.br
102Example: 102Example:
103.br 103.br
104$ firejail --appimage krita-3.0-x86_64.appimage 104$ firejail \-\-apparmor.print=browser
105.br 105.br
106$ firejail --appimage --private krita-3.0-x86_64.appimage 1065074:netblue:/usr/bin/firejail /usr/bin/firefox-esr
107.br 107.br
108$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage 108 AppArmor: firejail-default enforce
109 109
110.TP 110.TP
111\fB\-\-apparmor.print=name|pid 111\fB\-\-appimage
112Print the AppArmor confinement status for the sandbox identified by name or by PID. 112Sandbox an AppImage (https://appimage.org/) application. If the sandbox is started as a
113regular user, default seccomp and capabilities filters are enabled.
113.br 114.br
114 115
115.br 116.br
116Example: 117Example:
117.br 118.br
118$ firejail \-\-apparmor.print=browser 119$ firejail --appimage krita-3.0-x86_64.appimage
119.br 120.br
1205074:netblue:/usr/bin/firejail /usr/bin/firefox-esr 121$ firejail --appimage --private krita-3.0-x86_64.appimage
121.br 122.br
122 AppArmor: firejail-default enforce 123$ firejail --appimage --net=none --x11 krita-3.0-x86_64.appimage
123 124
124.TP 125.TP
125\fB\-\-bandwidth=name|pid 126\fB\-\-bandwidth=name|pid
diff --git a/status b/status
index 3f1a4e7de..c7d686018 100644
--- a/status
+++ b/status
@@ -16,12 +16,10 @@ todo Mar 23: mount runtime seccomp files read-only
16 16
17Jan 13: fix parent death signal 17Jan 13: fix parent death signal
18todo: Sort items alphabetically in man firejail #2479, Feb 26 18todo: Sort items alphabetically in man firejail #2479, Feb 26
19todo: Alphabetical ordering of firecfg.config #2544, Mar 8
20Mar 13: Fix incorrect parsing of --keep-var-tmp command #2587 19Mar 13: Fix incorrect parsing of --keep-var-tmp command #2587
21Mar 13: Avoid including globals.local twice, #2586 20Mar 13: Avoid including globals.local twice, #2586
22Mar 10: fix --list reporting for sandboxes using --x11=none; to be ported Mar 10 21Mar 10: fix --list reporting for sandboxes using --x11=none; to be ported Mar 10
23Mar 10: checking for invalid chars in profile filename before any other proce… 22Mar 10: checking for invalid chars in profile filename before any other proce…
24todo: documentation update - Feb 23
25Feb 6: strncmp byte count fixes 23Feb 6: strncmp byte count fixes
26Jan 19: disallow zero seconds timeout 24Jan 19: disallow zero seconds timeout
27 25