commit | 05af2766b70eeae61eaf1729847d3eb2a647a8eb | [log] [tgz] |
---|---|---|
author | Isaac J. Manjarres <isaacmanjarres@google.com> | Wed Jan 15 14:28:41 2025 -0800 |
committer | Isaac J. Manjarres <isaacmanjarres@google.com> | Wed Jan 15 15:25:36 2025 -0800 |
tree | 8a8379a0012f98b5d02bea9ea323c0f8b044a2f4 | |
parent | 95c357244c36d62c3bc67db3ff70ce43e07e9765 [diff] |
ashmem_test: Always include PROT_EXEC as an expected permission Memfds can always be mapped with PROT_EXEC. There is no support for removing that, and there is no known reason to support it. Therefore, update the tests to always expect PROT_EXEC as part of the mapping permissions. Bug: 111903542 Change-Id: Ia8bd5d47e012e24045d7ea02f63fe1b15e41e933 Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>