-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using session instead of system's dbus #827
Comments
Looks like its:
Typically session bus runs with the sessions user, what happens if you drop |
Thanks for the prompt response. Dropping
But I think that's a user's permission issue, I will look into it, but any hints would be appreciated. |
Whatever user it's being run on doesn't have permissions to /dev/tpm0. /dev/tpm0 usually is perms |
I successfully built and tested the project, then I wanted to use the session dbus instead of system's dbus by running the daemon as following:
sudo -u tss G_MESSAGES_DEBUG=all /usr/sbin/tpm2-abrmd --session
This fails with the error:
Any idea what causes this problem? and how to fix it?
The text was updated successfully, but these errors were encountered: