mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
chore: Cleanup sandbox
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
)
|
||||
|
||||
// NewSandbox creates a platform-specific sandbox instance for Windows.
|
||||
// TODO: Implement AppContainer or Job Objects based sandbox.
|
||||
func NewSandbox() (sandbox.Sandbox, error) {
|
||||
return nil, errors.New("sandbox not yet implemented for Windows")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user