Re: Using fs views to isolate untrusted processes: I need an assistant architect in the USA for Phase I of a DARPA funded linux kernel project

From: Chris Wright
Date: Wed Aug 25 2004 - 20:11:50 EST


* Kyle Moffett (mrmacman_g4@xxxxxxx) wrote:
> I would find this much more useful if there was a really lightweight
> bind
> mount called a "filebind" or somesuch that could only bindmount files

This already works.

# cd /tmp
# echo foo > a
# touch b
# mount --bind a b
# cat b
foo

thanks,
-chris
--
Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/