Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running a 64-bit kernel and receiving prctls from a 32-bit userspace, the "-1" used as an unsigned long will end up being misdetected. The kernel is looking for 0xffffffffffffffff instead of 0xffffffff. Since prctl lacks a distinct compat interface, Yama needs to handle this translation itself. As such, support either value as meaning PR_SET_PTRACER_ANY, to avoid breaking the ABI for 64-bit. Signed-off-by: Kees Cook <[email protected]> Acked-by: John Johansen <[email protected]> Cc: [email protected] Signed-off-by: James Morris <[email protected]>
- Loading branch information