1. Add Occlum.json as Occlum's config file 2. Add tools/bin/build_enclave 3. Add tools/bin/protect_integrity 4. Validate Occlum.json.protected on LibOS startup 5. Parse Occlum.json.protected on LibOS startup 6. Config enclave size using Occlum.json 7. Config process memory sizes using Occlum.json
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
enclave.so
|
|
{
|
|
global:
|
|
g_global_data_sim;
|
|
g_global_data;
|
|
enclave_entry;
|
|
local:
|
|
*;
|
|
};
|