]> Git Repo - qemu.git/commit
linux-user: Implement capability prctls
authorRichard Henderson <[email protected]>
Thu, 6 Jan 2022 22:57:38 +0000 (14:57 -0800)
committerLaurent Vivier <[email protected]>
Tue, 11 Jan 2022 17:40:44 +0000 (18:40 +0100)
commit4f4e5567f856d9b841494b3b5216a37d2952ee54
tree01d2b2b2a3a319c45231d610786d3dde5cea8da9
parentf746c65909ee6df4b560804bc152cdb3e9ad9bf8
linux-user: Implement capability prctls

This is PR_CAPBSET_READ, PR_CAPBSET_DROP and the "legacy"
PR_CAP_AMBIENT PR_GET_SECUREBITS, PR_SET_SECUREBITS.

All of these arguments are integer values only, and do not
require mapping of values between host and guest.

Signed-off-by: Richard Henderson <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Message-Id: <20220106225738[email protected]>
Signed-off-by: Laurent Vivier <[email protected]>
linux-user/syscall.c
This page took 0.025712 seconds and 4 git commands to generate.