Re: [PATCH 4/4] linux-user: Implement capability prctls

2022-01-08 Thread Laurent Vivier
Le 06/01/2022 à 23:57, Richard Henderson a écrit : 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 H

[PATCH 4/4] linux-user: Implement capability prctls

2022-01-06 Thread Richard Henderson
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 --- linux-user/syscall.c | 5 + 1 file