forked from security/hakurei
While it is unlikely a use case for hakurei on i686 exists, it does not hurt to have this support. Signed-off-by: Ophestra <cat@gensokyo.uk>
8 lines
77 B
Go
8 lines
77 B
Go
package container
|
|
|
|
const (
|
|
O_PATH = 0x200000
|
|
|
|
PR_SET_NO_NEW_PRIVS = 0x26
|
|
)
|