src/socket_wrapper.c: make use of uid_wrapper_syscall_{valid,va}()
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Jan 2023 18:51:05 +0000 (19:51 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 17 Jan 2023 16:49:01 +0000 (17:49 +0100)
commita4e2437d5f0a89880d45c2cf685f3e81654a23a7
tree611b64197bdfce4b93899b02516b4f067a65d9e0
parent1b8d5d8c6e0bd56ec4883e2b09f4f2cedd3aa1d7
src/socket_wrapper.c: make use of uid_wrapper_syscall_{valid,va}()

If we find uid_wrapper_syscall_{valid,va}() symbols in the already
loaded libraries, we'll try to hand over syscall() invocations to
uid_wrapper.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
src/socket_wrapper.c