Closed michael-hahn closed 5 years ago
https://github.com/CamFlow/camflow-dev/commit/24181a46ad19a8bd8e6b989e2af79c7e3e6c2b37 should fix the issue.
@michael-hahn please double check and close the issue if it is ok!
TinkerBell shows that provenance_unix_stream_connect
now has connect_unix_stream
subtype while provenance_socket_connect
has connect
subtype. Close this issue.
Currently,
provenance_unix_stream_connect
andprovenance_socket_connect
have identicalconnect
relationship subtype betweentask
s andinode
s, which makes it impossible to differentiate these two hooks in a provenance graph. A different subtype name should be preferred.