Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

SGX call from shell script

Ziidev
新規コントリビューター I
1,071件の閲覧回数

Hi,

I have an SGX running application. I want to run this c++ application using shell scripting. I have created a shell script that runs fine when I try to run it from the same folder where all the application data exists but when I call it from another folder, the application runs but enclave initialization does not work. What is the possible workaround? How do we call the SGX application from anywhere in our system?

0 件の賞賛
1 解決策
Sahira_Intel
モデレーター
1,045件の閲覧回数

Hi,


You will have to run the application in the same directory where all the application data exists so that the enclave is initialized.


Sincerely,

Sahira


元の投稿で解決策を見る

1 返信
Sahira_Intel
モデレーター
1,046件の閲覧回数

Hi,


You will have to run the application in the same directory where all the application data exists so that the enclave is initialized.


Sincerely,

Sahira


返信