Re: COSEINC Linux Advisory #1: Linux Kernel Parent Process Death

看板Bugtraq作者時間18年前 (2007/08/15 05:43), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/24 (看更多)
Small correction - I forgot to add setuid(0) ;) PARENT CHILD ---------------------------------------------------------------- fork() prctl(PR_SET_PDEATHSIG) execve("/bin/setuid-binary") setuid(0) exit()'ed or killed child receives NO signal this time PARENT CHILD ---------------------------------------------------------------- fork() prctl(PR_SET_PDEATHSIG) execve("/bin/setuid-binary") setuid(0) execve("/bin/setuid-binary") exit()'ed or killed privileged process receives the signal
文章代碼(AID): #16mY8L00 (Bugtraq)
討論串 (同標題文章)
完整討論串 (本文為第 3 之 24 篇):
文章代碼(AID): #16mY8L00 (Bugtraq)