Temporarily add set_mmap_rnd_bits brillo exception
am: 69022e0
* commit '69022e03d81e43455cf7c21555314c4d08664311':
Temporarily add set_mmap_rnd_bits brillo exception
This commit is contained in:
commit
0f80d8cd4e
1 changed files with 5 additions and 0 deletions
|
@ -372,6 +372,11 @@ static int set_mmap_rnd_bits_action(const std::vector<std::string>& args)
|
|||
#else
|
||||
ERROR("Unknown architecture\n");
|
||||
#endif
|
||||
|
||||
#ifdef __BRILLO__
|
||||
// TODO: b/27794137
|
||||
ret = 0;
|
||||
#endif
|
||||
if (ret == -1) {
|
||||
ERROR("Unable to set adequate mmap entropy value!\n");
|
||||
security_failure();
|
||||
|
|
Loading…
Reference in a new issue