-
Notifications
You must be signed in to change notification settings - Fork 59
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
config: revocation_actions option should be a list #489
Labels
Comments
ansasaki
added
enhancement
feature_request
configuration
Involves changes to configuration file format
labels
Feb 8, 2023
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 13, 2023
The revocation_actions and revocation actions list file accepted only a single format of list. Make the accepted list format more flexible by accepting: * comma separated strings * space separated strings * newline separated strings * quoted or unquoted strings * list inside square brackets or not Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 13, 2023
The revocation_actions and revocation actions list file accepted only a single format of list. Make the accepted list format more flexible by accepting: * comma separated strings * space separated strings * newline separated strings * quoted or unquoted strings * list inside square brackets or not Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 13, 2023
The revocation_actions and revocation actions list file accepted only a single format of list. Make the accepted list format more flexible by accepting: * comma separated strings * space separated strings * newline separated strings * quoted or unquoted strings * list inside square brackets or not Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 19, 2023
The revocation_actions and revocation actions list file accepted only a single format of list. Make the accepted list format more flexible by accepting: * comma separated strings * space separated strings * newline separated strings * quoted or unquoted strings * list inside square brackets or not Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 20, 2023
The revocation_actions and revocation actions list file accepted only a single format of list. Make the accepted list format more flexible by accepting: * comma separated strings * space separated strings * newline separated strings * quoted or unquoted strings * list inside square brackets or not Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 23, 2023
Make the accepted list format more flexible by parsing with the keylime::list_parser. Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 23, 2023
Make the accepted list format more flexible by parsing with the keylime::list_parser. Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 23, 2023
Make the accepted list format more flexible by parsing with the keylime::list_parser. Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki
added a commit
to ansasaki/rust-keylime
that referenced
this issue
Jun 23, 2023
Make the accepted list format more flexible by parsing with the keylime::list_parser. Fixes: keylime#489, keylime#440 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Following the python agent configuration, the
revocation_actions
option should be a list and not a single string.Currently, the rust agent expects a comma separated list of binaries in a single string. It should expect a list.
Related: #455
The text was updated successfully, but these errors were encountered: