Re: [PATCH] linux-user: implement TARGET_SO_PEERSEC

2020-02-04 Thread Laurent Vivier
Le 03/02/2020 à 18:37, Laurent Vivier a écrit : > "The purpose of this option is to allow an application to obtain the > security credentials of a Unix stream socket peer. It is analogous to > SO_PEERCRED (which provides authentication using standard Unix credentials > of pid, uid and gid), and

[PATCH] linux-user: implement TARGET_SO_PEERSEC

2020-02-03 Thread Laurent Vivier
"The purpose of this option is to allow an application to obtain the security credentials of a Unix stream socket peer. It is analogous to SO_PEERCRED (which provides authentication using standard Unix credentials of pid, uid and gid), and extends this concept to other security models." --