From: Alex Lyashkov (shadow_at_psoft.net)
Date: Tue 12 Aug 2003 - 20:47:50 BST
On Tuesday 12 August 2003 19:05, Herbert Pötzl wrote:
> On Tue, Aug 12, 2003 at 03:18:44PM +0100, Sam Vilain wrote:
> > Why does /proc/mounts show full info?
> >
> > Because most linux drivers and internals ignore the capability system
> > for deciding whether or not to display their information.
>
> huh? what capability is designated to restrict /proc/mounts?
>
> please enlighten me ...
>
you can see it, because original vserver not implement private per context
disk namespace. It`s not the capablity system errors.
see fs/namespace.c for details.
(m_start/m_stop/m_next/show_vfsmnt)
-- With best regards, Alex