git: Fix exec from setuid/setgid binaries

看板DFBSD_commit作者時間16年前 (2009/09/30 10:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 90a83564dcb0a2cbd396793eaa0ce66b694f014f Author: Simon Schubert <corecode@dragonflybsd.org> Date: Tue Sep 29 20:42:01 2009 +0200 Fix exec from setuid/setgid binaries In the context of exec, we have to use the effective uid/gid to check whether the process has permissions to exec, not the ruid/rgid. Summary of changes: sys/kern/kern_exec.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90a83564dcb0a2cbd396793eaa0ce66b694f014f -- DragonFly BSD source repository
文章代碼(AID): #1AmhlZak (DFBSD_commit)