You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement ApplyProfileTid() to apply a profile
via /proc/<tid>/attr/exec rather than /proc/self/attr/exec
otherwise we get (~50%) failures trying to write the profile
to /proc/self/attr/exec when trying to apply a profile to swtpm.
When using the tid in the proc file path we get 100% success.
Signed-off-by: Stefan Berger <[email protected]>
0 commit comments