7 lines
83 B
Go
7 lines
83 B
Go
package sandbox
|
|
|
|
const (
|
|
PR_SET_NO_NEW_PRIVS = 0x26
|
|
CAP_SYS_ADMIN = 0x15
|
|
)
|