[sudo-commits] sudo changeset 13925:57e58c0ada44

Todd C. Miller Todd.Miller at sudo.ws
Wed May 4 16:12:57 MDT 2022


changeset:	13925:57e58c0ada44 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/57e58c0ada44
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed May 04 13:32:28 2022 -0600

Log Message:
	Initialize intercept_allow_setid to true if we use ptrace(2) and seccomp(2).

diffstat:

 docs/sudoers.man.in        |   9 ++++++---
 docs/sudoers.mdoc.in       |   9 ++++++---
 plugins/sudoers/defaults.c |   2 ++
 plugins/sudoers/policy.c   |   6 ++++++
 plugins/sudoers/sudoers.h  |   1 +
 src/exec_nopty.c           |   5 +----
 src/exec_pty.c             |   5 +----
 src/parse_args.c           |  33 +++++----------------------------
 src/sudo.c                 |   6 ++++++
 src/sudo.h                 |  32 ++++++++++++++++++++++++++++++++
 src/sudo_exec.h            |   1 -
 11 files changed, 66 insertions(+), 43 deletions(-)



More information about the sudo-commits mailing list