Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 20:49:18 +1000
From:      Andrew Snow <andrew@modulus.org>
To:        freebsd-jail@freebsd.org
Subject:   Re: Signal 11 messages showing in all jails?
Message-ID:  <48315B2E.5010500@modulus.org>
In-Reply-To: <20080519103813.16651fkml5bc00v4@webmail.leidinger.net>
References:  <20080519051707.GA23266@sysmon.tcworks.net> <20080519103813.16651fkml5bc00v4@webmail.leidinger.net>

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

Here are the devfs rules I use, which is one workaround for the problem 
(among other things..)

      "hide",
       "path null unhide",
       "path zero unhide",
       "path crypto unhide",
       "path random unhide",
       "path urandom unhide",
       "path 'ptyp*' unhide",
       "path 'ptyq*' unhide",
       "path 'ptyr*' unhide",
       "path 'ptys*' unhide",
       "path 'ptyP*' unhide",
       "path 'ptyQ*' unhide",
       "path 'ptyR*' unhide",
       "path 'ptyS*' unhide",
       "path 'ttyp*' unhide",
       "path 'ttyq*' unhide",
       "path 'ttyr*' unhide",
       "path 'ttys*' unhide",
       "path 'ttyP*' unhide",
       "path 'ttyQ*' unhide",
       "path 'ttyR*' unhide",
       "path 'ttyS*' unhide",
       "path fd unhide",
       "path 'fd/*' unhide",
       "path stdin unhide",
       "path stdout unhide",
       "path stderr unhide"




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