diff options
author | Jack Lloyd <[email protected]> | 2016-03-06 11:44:04 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-03-06 11:44:04 -0500 |
commit | 58c89ae470c68bf300ea937740c233e2b5715535 (patch) | |
tree | 4a3526a71f85f7591c77bb0064158c65189e6e32 /src/build-data/policy/bsi.txt | |
parent | 5a09a129e3a10153e3201e8c5df2c223c58b1c4a (diff) |
Add proc_walk, egd, Darwin entropy sources to policy.
Prohibit unix_procs in BSI policy. See discussion in GH #446
Diffstat (limited to 'src/build-data/policy/bsi.txt')
-rw-r--r-- | src/build-data/policy/bsi.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/build-data/policy/bsi.txt b/src/build-data/policy/bsi.txt index cfb319f2a..f66dda215 100644 --- a/src/build-data/policy/bsi.txt +++ b/src/build-data/policy/bsi.txt @@ -48,16 +48,15 @@ clmul # entropy sources beos_stats +cryptoapi_rng darwin_secrandom +dev_random egd +hres_timer proc_walk -unix_procs rdrand rdseed -hres_timer -dev_random system_rng -cryptoapi_rng win32_stats # utils @@ -152,5 +151,6 @@ x919_mac # rng x931_rng +unix_procs </prohibited> |