Currently, non-sandboxed APIs (in the core.* namespace) are only able to be registered at freedom startup, and need to be in the same compilation unit as the library.
In the case of an application that has additional privileges, those additional APIs need a mechanism to be made visible to freedom. (e.g. chrome.socket)
Currently, non-sandboxed APIs (in the core.* namespace) are only able to be registered at freedom startup, and need to be in the same compilation unit as the library.
In the case of an application that has additional privileges, those additional APIs need a mechanism to be made visible to freedom. (e.g. chrome.socket)