From 24618ab9a1524e8b8986a9bf67667288e642fcf1 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Mar 2025 02:55:36 +0900 Subject: sandbox: move out of internal Signed-off-by: Ophestra --- sandbox/const.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sandbox/const.go (limited to 'sandbox/const.go') diff --git a/sandbox/const.go b/sandbox/const.go new file mode 100644 index 00000000..afced969 --- /dev/null +++ b/sandbox/const.go @@ -0,0 +1,6 @@ +package sandbox + +const ( + PR_SET_NO_NEW_PRIVS = 0x26 + CAP_SYS_ADMIN = 0x15 +) -- cgit v1.3.1