From ea0c6b8168c86114c7d91b6dd853e505739285d2 Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 25 Apr 2022 14:45:24 +0000 Subject: [PATCH] add seccomp notice --- byte.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/byte.h b/byte.h index 45b6988..c1e84e5 100644 --- a/byte.h +++ b/byte.h @@ -2,6 +2,8 @@ #ifndef BYTE_H #define BYTE_H +/* sandboxing note: None of these functions call any syscalls */ + /* for size_t: */ #include