sandbox: move out of internal
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
6
sandbox/const.go
Normal file
6
sandbox/const.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package sandbox
|
||||
|
||||
const (
|
||||
PR_SET_NO_NEW_PRIVS = 0x26
|
||||
CAP_SYS_ADMIN = 0x15
|
||||
)
|
||||
Reference in New Issue
Block a user