@@ -189,7 +189,8 @@ test6 arguments=46 expected_stdout="46 is not prime.\n"
189
189
190
190
191
191
# make test succeed if it has just right digits in output
192
- test7 arguments= 47 compare_only_characters= " 0123456789" expected_stdout= " 47 is not prime.\n " ```
192
+ test7 arguments= 47 compare_only_characters= " 0123456789" expected_stdout= " 47 is not prime.\n "
193
+ ```
193
194
194
195
195
196
@@ -702,7 +703,7 @@ A tuple can be to specify a diferent mount point in the sandbox.
702
703
Pathnames of files or directories visible mounted read-write in the sandbox
703
704
in addition to files or directories specified by ** ` sandbox_read_write_mount_base ` ** .
704
705
A tuple can be to specify a different mount point in the sandbox
705
- `/ proc` and `/ tmp ` are always mounted read- write in the sandbox
706
+ ` /tmp ` , ` / proc` , ` /sys ` and ` /dev ` are always mounted directly read-write in the sandbox
706
707
707
708
** ` sandbox_read_only_mount_base ` ** = \[ '/bin', '/etc', '/lib', '/lib32', '/lib64', '/libx32', '/sbin', '/usr'\]
708
709
@@ -711,14 +712,6 @@ Pathnames of files or directories mounted read-only in the sandbox
711
712
The parameter ** ` sandbox_read_only_mount ` ** should be used to add extra pathnames.<bt >
712
713
This parameter need only be set to stop one of these pathnames being mounted.
713
714
714
- ** `sandbox_read_write_mount_base` ** = \['/dev/null', '/dev/zero', '/dev/random', '/dev/urandom'\]
715
-
716
-
717
- Pathnames of files or directories visible mounted read- write in the sandbox< dt>
718
- / tmp, / pro, / dev/ shm are separately provided read- write in the sandbox< dt>
719
- The parameter ** `" sandbox_read_write_mount`** should be used to add extra pathnames.<bt>
720
- This parameter need only be set to stop one of these pathnames being mounted.
721
-
722
715
** ` sandbox_command ` **
723
716
724
717
0 commit comments