gvisor/test/util
Michael Pratt 53cc72da90 Honor X bit on extra anon pages in PT_LOAD segments
Linux changed this behavior in 16e72e9b30986ee15f17fbb68189ca842c32af58
(v4.11). Previously, extra pages were always mapped RW. Now, those pages will
be executable if the segment specified PF_X. They still must be writeable.

PiperOrigin-RevId: 272256280
2019-10-01 11:30:36 -07:00
..
BUILD
capability_util.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability_util.h
cleanup.h
epoll_util.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
epoll_util.h
eventfd_util.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
file_descriptor.h
fs_util.cc
fs_util.h
fs_util_test.cc
logging.cc
logging.h Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
memory_util.h
mount_util.h
multiprocess_util.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
multiprocess_util.h
posix_error.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
posix_error.h
posix_error_test.cc
proc_util.cc Honor X bit on extra anon pages in PT_LOAD segments 2019-10-01 11:30:36 -07:00
proc_util.h
proc_util_test.cc
pty_util.cc Job control: controlling TTYs and foreground process groups. 2019-09-19 11:36:47 -07:00
pty_util.h
rlimit_util.cc
rlimit_util.h
save_util.cc
save_util.h
save_util_linux.cc
save_util_other.cc
signal_util.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
signal_util.h
temp_path.cc Fix suggestions from clang. 2019-06-28 15:32:29 -07:00
temp_path.h
test_main.cc
test_util.cc
test_util.h Migrate from gflags to absl flags 2019-09-16 11:58:27 -07:00
test_util_test.cc Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
thread_util.h Internal change. 2019-08-26 14:07:17 -07:00
time_util.cc Extract SleepSafe from test_util 2019-05-24 12:58:46 -07:00
time_util.h
timer_util.cc
timer_util.h
uid_util.cc
uid_util.h