fortify/internal/sandbox/const.go
Ophestra 60bce2f94b
Some checks failed
Test / Create distribution (push) Successful in 25s
Test / Fortify (push) Failing after 2m28s
Test / Fpkg (push) Successful in 3m24s
Test / Data race detector (push) Failing after 3m35s
Test / Flake checks (push) Has been skipped
sandbox: implement native container tool
Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-03-13 00:59:04 +09:00

7 lines
83 B
Go

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