Files
hakurei/sandbox/const.go
2025-03-17 02:55:36 +09:00

7 lines
83 B
Go

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