Skip to content

Commit

Permalink
Amend proposal to drop revocation actions naming restriction
Browse files Browse the repository at this point in the history
This amends the proposal 55_revocation_actions_without_python to
drop the requirement for revocation action names to begin with
'local_action_'.

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki authored and mpeters committed Feb 21, 2022
1 parent cf1786b commit 9b534ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 55_revocation_actions_without_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ nitty-gritty.
-->

The actions defined in the configuration file (or tenant-provided
action list) can be any type of script/executable.
action list) can be any type of script/executable. The actions names are no
longer required to begin with `local_action_`.

When Keylime agent receives a revocation message, it stores the JSON
payload in a file and invokes revocation actions with the file as a
Expand Down Expand Up @@ -210,7 +211,8 @@ proposal will be implemented, this is the place to discuss them.

The actions defined with the `revocations_actions` configuration
option (or in the `unzipped/action_list` file provided by the tenant)
can be of the command names of scripts/executables.
can be of the command names of scripts/executables. The names are no longer
required to begin with `local_action_`.

There are two possibilities where the actual action can be found:
pre-installed on the system or sent by the tenant as part of the
Expand Down

0 comments on commit 9b534ab

Please sign in to comment.