Function

audit_close

Send EOF to the sandbox.

Since v1.0
int audit_close(
FILE *stream)

Parameters 🔗

stream in

Must be stdin.

Return Value 🔗

Zero on success.

Discussion 🔗

Closes standard input by sending EOF to the sandbox stream. This can be used with audit_write to send EOF after writing binary data.