Work on ensuring new objects are clean, but not sure it's successful.
Also, start on setting up the read ACL on new objects.
This commit is contained in:
parent
6b89779bab
commit
d1bfb029b8
12 changed files with 141 additions and 72 deletions
|
|
@ -103,13 +103,13 @@ struct pso_pointer initialise_environment( uint32_t node ) {
|
|||
debug_print( L"\nEnvironment initialised successfully.\n",
|
||||
DEBUG_BOOTSTRAP, 0 );
|
||||
|
||||
initialise_privileged_keywords( frame_pointer );
|
||||
result =
|
||||
initialise_privileged_keywords( make_frame_with_env
|
||||
( 0, frame_pointer, result ) );
|
||||
|
||||
result =
|
||||
inc_ref( initialise_function_bindings
|
||||
( push_local
|
||||
( frame_pointer,
|
||||
make_frame_with_env( 0, frame_pointer, result ) ) ) );
|
||||
( make_frame_with_env( 0, frame_pointer, result ) ) );
|
||||
|
||||
dec_ref( frame_pointer );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue