Re: [apache/incubator-teaclave] Access Control 服务中的python脚本参与实际环境中的权限校验吗 (#374)

2020-08-10 Thread Mingshen Sun
Closed #374.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/374#event-3640439690

Re: [apache/incubator-teaclave] Access Control 服务中的python脚本参与实际环境中的权限校验吗 (#374)

2020-08-10 Thread Mingshen Sun
Since there's no more question, I'm closing this issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/374#issuecomment-671582871

Re: [apache/incubator-teaclave] Access Control 服务中的python脚本参与实际环境中的权限校验吗 (#374)

2020-06-29 Thread Mingshen Sun
通过 `include_str!` (https://doc.rust-lang.org/std/macro.include_str.html)。

https://github.com/apache/incubator-teaclave/blob/80fe5e9b78f3d5a023a07f9b44cabf4bd994a919/services/access_control/enclave/src/acs.rs#L33

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/374#issuecomment-651473582

Re: [apache/incubator-teaclave] Access Control 服务中的python脚本参与实际环境中的权限校验吗 (#374)

2020-06-29 Thread ly137062117
请问下,model.conf 文件是如何编译到 enclave 中的呢?配置文件也能静态编译吗?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/374#issuecomment-651473037

Re: [apache/incubator-teaclave] Access Control 服务中的python脚本参与实际环境中的权限校验吗 (#374)

2020-06-29 Thread Mingshen Sun
`acs_engine.py` 和 `model.conf` 都是静态编译进 enclave 里的。

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/374#issuecomment-651418057