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