Alexander Viro writes:
> On Fri, 16 Jun 2000, Richard Gooch wrote:
> > Agreed. /dev/tty always struck me as a bit evil^Wmagic. At the very
> > least, a symlink to /proc/self/tty would make it pretty damn clear
> > even to a novice.
>
> Unfortunately, unlike /proc/mounts, /dev/tty has to be avalaible
> before mounting procfs. Alas ;-<
Some solutions:
- mount procfs on boot :->
- modify init(8) to not need /dev/tty (which would be a pity, because
session management before starting boot scripts is damn handy)
- put all the virtual filesystems under a (known, fixed) kernel
namespace and allow a way to access that namespace from user-space
(alternative to mounting procfs at boot, so that we don't get
bleatings about "policy").
<Stretch. Lie back and watch>
Regards,
Richard....
Permanent: [EMAIL PROTECTED]
Current: [EMAIL PROTECTED]