This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via e794fd4243a6d3690a00488be641b2cb55b1946c (commit) via 594cfb7586089dfefab60574495baf6ed4048c1d (commit) from 042feca78f2360e63929f3aa425f6468ed11c84a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e794fd4243a6d3690a00488be641b2cb55b1946c Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Wed Nov 11 10:16:59 2020 +0100 pflocal: Set default uid/gid to those of the translator * pflocal/sock.c (sock_create): Set uid to getpid () and gid to getgid (). commit 594cfb7586089dfefab60574495baf6ed4048c1d Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Wed Nov 11 10:04:27 2020 +0100 pflocal: Record socket creator so io_stat can return it * pflocal/sock.h (struct sock): Add uid and gid fields. * pflocal/sock.c (sock_create): Set uid and gid to 0. * pflocal/mig-mutate.h (SOCKET_IMPORTS): Import ../libtrivfs/mig-decls.h. (PF_INTRAN, PF_INTRAN_PAYLOAD, PF_DESTRUCTOR): New macros. * pflocal/pf.c: Include hurd/trivfs.h. (S_socket_create): Update parameters. Set sock's uid and gid fields according to pf->user. * pflocal/io.c (S_io_stat): Set st_uid and st_gid according to pf. ----------------------------------------------------------------------- Summary of changes: pflocal/io.c | 2 ++ pflocal/mig-mutate.h | 8 +++++++- pflocal/pf.c | 8 +++++++- pflocal/sock.c | 2 ++ pflocal/sock.h | 4 ++++ 5 files changed, 22 insertions(+), 2 deletions(-) hooks/post-receive -- Hurd