Skip to content

Commit 9b534ab

Browse files
ansasakimpeters
authored andcommitted
Amend proposal to drop revocation actions naming restriction
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]>
1 parent cf1786b commit 9b534ab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

55_revocation_actions_without_python.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ nitty-gritty.
141141
-->
142142

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

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

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

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

0 commit comments

Comments
 (0)