commit | 4e766c27b51466aea456e49015dfbdaf3b91167d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 21:12:32 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 08 07:34:34 2018 -0600 |
tree | 9281878d51a409189bfea57068c6ebe12f13ae99 | |
parent | f1edae95955d66a77c7744c690b7fbca87ee14ed [diff] |
sandbox: Unprotect DATA regions in bus tests On my Ubuntu 18.04.1 machine two driver-model bus tests have started failing recently. The problem appears to be that the DATA region of the executable is protected. This does not seem correct, but perhaps there is a reason. To work around it, unprotect the regions in these tests before accessing them. Signed-off-by: Simon Glass <sjg@chromium.org>