Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Feb 2011 11:39:49 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastd control.c hast.h hastd.c primary.c secondary.c
Message-ID:  <201102031140.p13Be0Zh078658@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

pjd         2011-02-03 11:39:49 UTC

  FreeBSD src repository

  Modified files:
    sbin/hastd           control.c hast.h hastd.c primary.c 
                         secondary.c 
  Log:
  SVN rev 218218 on 2011-02-03 11:39:49Z by pjd
  
  Setup another socketpair between parent and child, so that primary sandboxed
  worker can ask the main privileged process to connect in worker's behalf
  and then we can migrate descriptor using this socketpair to worker.
  This is not really needed now, but will be needed once we start to use
  capsicum for sandboxing.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.12      +4 -0      src/sbin/hastd/control.c
  1.9       +3 -1      src/sbin/hastd/hast.h
  1.34      +64 -0     src/sbin/hastd/hastd.c
  1.54      +60 -30    src/sbin/hastd/primary.c
  1.25      +12 -0     src/sbin/hastd/secondary.c



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