UnixEntropySource.this

class UnixEntropySource
this
()
(
auto const ref Vector!string trusted_path
,
size_t proc_cnt = 0
)

Parameters

trusted_path Vector!string

is a list of directories that are assumed to contain only 'safe' binaries. If an attacker can write an executable to one of these directories then we will run arbitrary code.

proc_cnt size_t

The amount of concurrent processes to use

Meta