Stefan Berger

Results 172 comments of Stefan Berger

After `sudo aa-teardown` swtpm works for non root users, otherwise there's something wrong with the AppArmor profile that prevents swtpm from running as non-root user with the given paths. When...

There should be an easy way to run all these tests locally. When it comes to the rust agent, it should be possible to cache the results, maybe by checking...

> I was reading this: https://www.qemu.org/docs/master/specs/tpm.html#the-qemu-tpm-passthrough-device at the same time of reviewing the wiki in this project: https://github.com/stefanberger/swtpm/wiki/Using-the-Intel-TSS-with-swtpm > > And I got confused: so are there two ways of...

> Does this mean I must not attempt to pass through the physical /dev/tmp0 device to, say, a Windows guest, since the Linux host is already using it, and instead...

That helped a lot. Thanks.

I have changed now the stack to the libos stack. I think this resolve one issue but now I have another one related to ordering/scheduling of threads it seems. I...

> should have `__ATOMIC_RELEASE` not `RELAXED`. Could you try that? I tried it but the problem persists. I am trying to insert delays into the x86_64 code to try to...

I am using this command line here: ``` /usr/local/lib/powerpc64le-linux-gnu/gramine/direct/loader /usr/local/lib/powerpc64le-linux-gnu/gramine/direct/libpal.so init exec_same 1 2 3 4 5 6 7 8 9 a b c d e f g h i...

> @stefanberger Could you check if #980 fixes the issue for you? Looks good. Please merge.