Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions internal/uvm/security_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package uvm

import (
"context"
"errors"
"fmt"

"github.com/Microsoft/hcsshim/internal/guestrequest"
Expand All @@ -11,10 +10,6 @@ import (
"github.com/Microsoft/hcsshim/pkg/securitypolicy"
)

var (
ErrBadPolicy = errors.New("your policy looks suspicious or is badly formatted")
)

// SetSecurityPolicy tells the gcs instance in the UVM what policy to apply.
//
// This has to happen before we start mounting things or generally changing
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.