fix policy logic error caused by interface breach
Some checks failed
Go / build-and-release (push) Has been cancelled

This commit is contained in:
2025-11-25 20:46:46 +00:00
parent 0161825be8
commit f1ddad3318
14 changed files with 390 additions and 159 deletions

View File

@@ -332,7 +332,7 @@ done
// Initialize policy manager
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
policy.Manager = &PolicyManager{
policy.manager = &PolicyManager{
ctx: ctx,
cancel: cancel,
configDir: tempDir,