about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorBenjamin Lamowski <benjamin.lamowski@kernkonzept.com>2021-06-02 19:46:27 +0200
committerBenjamin Lamowski <benjamin.lamowski@kernkonzept.com>2022-03-09 11:53:27 +0100
commitc0dc41f5ff00474d0c692a18330bd32f44d15d67 (patch)
treec1396fe300249da607c5ff110e66101ef600d553 /library/std/src/sys/unix/process/process_unix.rs
parent898f379817602376442b814109e1abc42457fbbb (diff)
downloadrust-c0dc41f5ff00474d0c692a18330bd32f44d15d67.tar.gz
rust-c0dc41f5ff00474d0c692a18330bd32f44d15d67.zip
L4Re does not support sanitizing standard streams
L4Re provides limited POSIX support which includes support for
standard I/O streams, and a limited implementation of the standard file
handling API. However, because as a capability based OS it strives to
only make a local view available to each application, there are
currently no standardized special files like /dev/null that could serve
to sanitize closed standard FDs.

For now, skip any attempts to sanitize standard streams until a more
complete POSIX runtime is available.
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions