On Sat, 15 Nov 2003, Miquel van Smoorenburg wrote:
> In article <[EMAIL PROTECTED]>,
> Marco d'Itri  <[EMAIL PROTECTED]> wrote:
> >On Nov 15, Junichi Uekawa <[EMAIL PROTECTED]> wrote:
> >Sorry: http://www.linux.it/~md/software/ssd.tgz .
> 
> Should that go into /sbin/init itself, so that you can boot with
> initcaps=eip,cap_setpcap+eip on the command line ? Or is it still
> too early to put that into init upstream ?

It is way in time to have it in init :-)

> I assume init then has to link against libcap or something.
> Would it add a lot of size to the binary ?

If you have to link libcap, probably :-(  OTOH, maybe you can have all
used-only-once code in a different page than the commonly used code, so that
it can be swapped out easily...

Anyway, for init, you might do a much simpler "initcaps=0xf00" that does not
need libcap, if size is a problem.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


Reply via email to