PLSysSec / rlbox

RLBox sandboxing framework
https://rlbox.dev
MIT License
285 stars 21 forks source link

expose sandbox created? #21

Open deian opened 4 years ago

deian commented 4 years ago

For prio, it would be useful to check if the sandbox has been created and create it if not. I know that we can only expose a sandbox.is_created() that may have concurrency concerns, but maybe that's still better than nothing? Maybe not though and the right things is to just keep track of this outside rlbox. WDYT?