BIND 10 #1082: log file isn't created when running bind10 with -u

BIND 10 Development do-not-reply at isc.org
Mon Mar 19 16:25:38 UTC 2012


#1082: log file isn't created when running bind10 with -u
---------------------------------------+-----------------------------
                   Reporter:  jinmei   |                 Owner:
                       Type:  defect   |                Status:  new
                   Priority:  medium   |             Milestone:
                  Component:  logging  |            Resolution:
                   Keywords:           |             Sensitive:  0
            Defect Severity:  Medium   |           Sub-Project:  Core
Feature Depending on Ticket:           |  Estimated Difficulty:  0.0
        Add Hours to Ticket:  0        |           Total Hours:  0
                  Internal?:  0        |
---------------------------------------+-----------------------------
Changes (by shane):

 * milestone:  Year 3 Task Backlog =>


Comment:

 Looks like we invoke setuid() but we never call setgid() from the boss:

 {{{#!python
         if self.__uid is not None:
             logger.info(BIND10_SETUID, self.__uid)
             posix.setuid(self.__uid)
 }}}

-- 
Ticket URL: <http://bind10.isc.org/ticket/1082#comment:2>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list