Use libcontainer cap drop method
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
This commit is contained in:
parent
f78264e329
commit
2818f4a410
1 changed files with 8 additions and 0 deletions
|
@ -28,3 +28,11 @@ func GetClockTicks() int {
|
||||||
func CreateMasterAndConsole() (*os.File, string, error) {
|
func CreateMasterAndConsole() (*os.File, string, error) {
|
||||||
return nil, "", ErrNotSupportedPlatform
|
return nil, "", ErrNotSupportedPlatform
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func SetKeepCaps() error {
|
||||||
|
return ErrNotSupportedPlatform
|
||||||
|
}
|
||||||
|
|
||||||
|
func ClearKeepCaps() error {
|
||||||
|
return ErrNotSupportedPlatform
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue