From 5a9556bbf63d83d5e69aac0041b3f4f46b8473ab Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 28 Sep 2003 17:50:52 +0000 Subject: * lib/webrick/utils.rb (Utils::su): use setgid and setuid to set real and effective IDs. and setup group access list by initgroups. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6f6fec91..6dd6c7713 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 29 02:31:44 2003 GOTOU Yuuzou + + * lib/webrick/utils.rb (Utils::su): use setgid and setuid to + set real and effective IDs. and setup group access list by + initgroups. + Mon Sep 27 18:25:13 2003 NAKAMURA, Hiroshi * lib/xsd/charset.rb: XSD::Charset.is_ces did return always true under -- cgit