fortify/internal/sandbox/const.go
Ophestra 8eef266d31
Some checks failed
Test / Create distribution (push) Successful in 26s
Test / Fpkg (push) Successful in 35s
Test / Fortify (push) Failing after 2m8s
Test / Data race detector (push) Failing after 2m34s
Test / Flake checks (push) Has been skipped
sandbox: implement native container tool
Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-03-13 01:06:23 +09:00

7 lines
83 B
Go

package sandbox
const (
PR_SET_NO_NEW_PRIVS = 0x26
CAP_SYS_ADMIN = 0x15
)