Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2011 22:35:46 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastd primary.c secondary.c
Message-ID:  <201101282236.p0SMa8tM068478@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2011-01-28 22:35:46 UTC

  FreeBSD src repository

  Modified files:
    sbin/hastd           primary.c secondary.c 
  Log:
  SVN rev 218049 on 2011-01-28 22:35:46Z by pjd
  
  Drop privileges in worker processes.
  
  Accepting connections and handshaking in secondary is still done before
  dropping privileges. It should be implemented by only accepting connections in
  privileged main process and passing connection descriptors to the worker, but
  is not implemented yet.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.49      +5 -0      src/sbin/hastd/primary.c
  1.22      +3 -0      src/sbin/hastd/secondary.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101282236.p0SMa8tM068478>