Skip to content
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

Max sessions limited to four #811

Open
johnmgoodman opened this issue May 16, 2022 · 0 comments
Open

Max sessions limited to four #811

johnmgoodman opened this issue May 16, 2022 · 0 comments

Comments

@johnmgoodman
Copy link

johnmgoodman commented May 16, 2022

Hi,

I am attempting to start abrmd with --max-sessions 10 (for example), however I receive the following error message:

** (tpm2-abrmd:2152): CRITICAL **: 16:03:04.127: max-sessions must be between 1 and 4

The error comes from tabrmd-options.c, where TABRMD_SESSIONS_MAX_DEFAULT is the upper limit for the maximum possible number of sessions. Initially MAX_SESSIONS (64) was used when the command-line option was introduced, but later it was changed to TABRMD_SESSIONS_MAX_DEFAULT (4). Now it looks like nothing is using the TABRMD_SESSIONS_MAX macro.

Is this intentional to limit sessions to 4?

Thanks!
John

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant