strace/xlat/pr_set_mm.in
Dmitry V. Levin 1e88073053 Improve prctl decoding
* configure.ac (AC_CHECK_HEADERS): Add linux/securebits.h.
* prctl.c (sys_prctl): Implement full decoding of all PR_* constants
as defined in linux v3.19.
(sys_arch_prctl): Fix decoding of unknown commands.
* xlat/cap.in: New file.
* xlat/pr_mce_kill.in: New file.
* xlat/pr_mce_kill_policy.in: New file.
* xlat/pr_set_mm.in: New file.
* xlat/pr_tsc.in: New file.
* xlat/pr_unalign_flags.in: New file.
* xlat/secbits.in: New file.
* xlat/prctl_options.in: Remove non-linux constants, add fallback
definitions.
* xlat/seccomp_mode.in: Add fallback definitions.
2015-02-19 01:54:38 +00:00

16 lines
315 B
Plaintext

PR_SET_MM_START_CODE 1
PR_SET_MM_END_CODE 2
PR_SET_MM_START_DATA 3
PR_SET_MM_END_DATA 4
PR_SET_MM_START_STACK 5
PR_SET_MM_START_BRK 6
PR_SET_MM_BRK 7
PR_SET_MM_ARG_START 8
PR_SET_MM_ARG_END 9
PR_SET_MM_ENV_START 10
PR_SET_MM_ENV_END 11
PR_SET_MM_AUXV 12
PR_SET_MM_EXE_FILE 13
PR_SET_MM_MAP 14
PR_SET_MM_MAP_SIZE 15