From 5c2b63a7f1fdfdc46312c05f083c604b4c8f47e2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 5 Nov 2025 20:21:14 +0900 Subject: container: add 386 constants While it is unlikely a use case for hakurei on i686 exists, it does not hurt to have this support. Signed-off-by: Ophestra --- container/syscall_386.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 container/syscall_386.go (limited to 'container/syscall_386.go') diff --git a/container/syscall_386.go b/container/syscall_386.go new file mode 100644 index 00000000..4b8e2df3 --- /dev/null +++ b/container/syscall_386.go @@ -0,0 +1,7 @@ +package container + +const ( + O_PATH = 0x200000 + + PR_SET_NO_NEW_PRIVS = 0x26 +) -- cgit v1.3.1