mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
Use libcontainer cap drop method
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
This commit is contained in:
committed by
Dinesh Subhraveti
parent
cf331cdd6a
commit
d31ae5aed8
@@ -28,3 +28,11 @@ func GetClockTicks() int {
|
||||
func CreateMasterAndConsole() (*os.File, string, error) {
|
||||
return nil, "", ErrNotSupportedPlatform
|
||||
}
|
||||
|
||||
func SetKeepCaps() error {
|
||||
return ErrNotSupportedPlatform
|
||||
}
|
||||
|
||||
func ClearKeepCaps() error {
|
||||
return ErrNotSupportedPlatform
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user