FIXME in file /std/object.c line 119:

 defeats the purpose, doesn't it?  I think this should default to 
 failing.  That was what was intended; otherwise it would be named
 disallow() ...

Code:
int allow(string what)
{
    return 1;
}
