mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 15:28:10 +00:00
genpolicy: improve logging from ExecProcessRequest
Additional logging from the ExecProcessRequest rules, for easier debugging. Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
@@ -1109,6 +1109,7 @@ ExecProcessRequest {
|
||||
print("ExecProcessRequest 3: i_command =", i_command)
|
||||
|
||||
some p_command in policy_data.request_defaults.ExecProcessRequest.commands
|
||||
print("ExecProcessRequest 1: p_command =", p_command)
|
||||
p_command == i_command
|
||||
|
||||
print("ExecProcessRequest 1: true")
|
||||
|
Reference in New Issue
Block a user