diff options
Diffstat (limited to 'sandbox/const.go')
| -rw-r--r-- | sandbox/const.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/const.go b/sandbox/const.go new file mode 100644 index 00000000..afced969 --- /dev/null +++ b/sandbox/const.go @@ -0,0 +1,6 @@ +package sandbox + +const ( + PR_SET_NO_NEW_PRIVS = 0x26 + CAP_SYS_ADMIN = 0x15 +) |
