issues
search
pyroniasys
/
libpyronia
Library for Pyronia function-granular privilege separation in language runtimes
Apache License 2.0
1
stars
1
forks
source link
API for isolating native extensions into their own memdoms
#17
Closed
masomel
closed
6 years ago
masomel
commented
6 years ago
Addresses #10
[x] Create native library compartment
[x] Allocate native library and its dependencies into its own memory domain
[X] PyCFunction-to-thread run function args converter
[X] Python-specific thread run function
[ ] grant/revoke main thread access to domains?
[ ] tests
masomel
commented
6 years ago
Closing since we have put #17 on hold.
Addresses #10