]> granicus.if.org Git - sudo/commit
o Made children global so check_exec() can lookup a child.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 25 Sep 2004 21:08:48 +0000 (21:08 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 25 Sep 2004 21:08:48 +0000 (21:08 +0000)
commite4d64ce1d0bc64e27da50af80bd9ccfcad3b0ffd
treee01c6cd2b24471077d4d663e6d93b94f1338f4dd
parentea5307a433ba9dd89cf0adc929361da172a01c1d
o Made children global so check_exec() can lookup a child.
o Replaced uid in struct childinfo with struct passwd * (for runas)
o new_child() now takes a parent pid so the runas info can be inherited
o Added find_child() to lookup a child by its pid
o update_child() now fills in a struct passwd
o Converted the big if/else mess in set_policy to a switch
o Syscalls that change uid are now "ask" so we get SYSTR_MSG_UGID events
mon_systrace.c