aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 04b737d44..e9e8f8c37 100644
--- a/README.md
+++ b/README.md
@@ -198,32 +198,32 @@ We also keep a list of profile fixes for previous released versions in [etc-fixe
198Milestone page: https://github.com/netblue30/firejail/milestone/1 198Milestone page: https://github.com/netblue30/firejail/milestone/1
199Release discussion: https://github.com/netblue30/firejail/issues/3696 199Release discussion: https://github.com/netblue30/firejail/issues/3696
200 200
201### jailtest 201### jailcheck
202````` 202`````
203JAILTEST(1) JAILTEST man page JAILTEST(1) 203JAILCHECK(1) JAILCHECK man page JAILCHECK(1)
204 204
205NAME 205NAME
206 jailtest - Simple utility program to test running sandboxes 206 jailcheck - Simple utility program to test running sandboxes
207 207
208SYNOPSIS 208SYNOPSIS
209 sudo jailtest [OPTIONS] [directory] 209 sudo jailcheck [OPTIONS] [directory]
210 210
211DESCRIPTION 211DESCRIPTION
212 WORK IN PROGRESS! jailtest attaches itself to all sandboxes started by 212 jailcheck attaches itself to all sandboxes started by the user and per‐
213 the user and performs some basic tests on the sandbox filesystem: 213 forms some basic tests on the sandbox filesystem:
214 214
215 1. Virtual directories 215 1. Virtual directories
216 jailtest extracts a list with the main virtual directories in‐ 216 jailcheck extracts a list with the main virtual directories in‐
217 stalled by the sandbox. These directories are build by firejail 217 stalled by the sandbox. These directories are build by firejail
218 at startup using --private* and --whitelist commands. 218 at startup using --private* and --whitelist commands.
219 219
220 2. Noexec test 220 2. Noexec test
221 jailtest inserts executable programs in /home/username, /tmp, 221 jailcheck inserts executable programs in /home/username, /tmp,
222 and /var/tmp directories and tries to run them form inside the 222 and /var/tmp directories and tries to run them from inside the
223 sandbox, thus testing if the directory is executable or not. 223 sandbox, thus testing if the directory is executable or not.
224 224
225 3. Read access test 225 3. Read access test
226 jailtest creates test files in the directories specified by the 226 jailcheck creates test files in the directories specified by the
227 user and tries to read them from inside the sandbox. 227 user and tries to read them from inside the sandbox.
228 228
229 4. AppArmor test 229 4. AppArmor test
@@ -234,10 +234,10 @@ DESCRIPTION
234 234
235OPTIONS 235OPTIONS
236 --debug 236 --debug
237 Print debug messages 237 Print debug messages.
238 238
239 -?, --help 239 -?, --help
240 Print options end exit. 240 Print options and exit.
241 241
242 --version 242 --version
243 Print program version and exit. 243 Print program version and exit.
@@ -255,7 +255,7 @@ OUTPUT
255 rectories and various warnings. 255 rectories and various warnings.
256 256
257EXAMPLE 257EXAMPLE
258 $ sudo jailtest 258 $ sudo jailcheck
259 2014:netblue::firejail /usr/bin/gimp 259 2014:netblue::firejail /usr/bin/gimp
260 Virtual dirs: /tmp, /var/tmp, /dev, /usr/share, 260 Virtual dirs: /tmp, /var/tmp, /dev, /usr/share,
261 Warning: I can run programs in /home/netblue 261 Warning: I can run programs in /home/netblue
@@ -290,7 +290,7 @@ SEE ALSO
290 firejail(1), firemon(1), firecfg(1), firejail-profile(5), firejail-lo‐ 290 firejail(1), firemon(1), firecfg(1), firejail-profile(5), firejail-lo‐
291 gin(5), firejail-users(5), 291 gin(5), firejail-users(5),
292 292
2930.9.65 Feb 2021 JAILTEST(1) 2930.9.65 May 2021 JAILCHECK(1)
294````` 294`````
295 295
296### Profile Statistics 296### Profile Statistics