mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-02 17:34:18 +00:00
genpolicy: avoid regorus warning
Avoid adding to the Guest console warnings about "agent_policy:10:8". "import input" is unnecessary. Signed-off-by: Dan Mihai <dmihai@microsoft.com>
This commit is contained in:
@@ -7,8 +7,6 @@ package agent_policy
|
|||||||
import future.keywords.in
|
import future.keywords.in
|
||||||
import future.keywords.every
|
import future.keywords.every
|
||||||
|
|
||||||
import input
|
|
||||||
|
|
||||||
# Default values, returned by OPA when rules cannot be evaluated to true.
|
# Default values, returned by OPA when rules cannot be evaluated to true.
|
||||||
default AddARPNeighborsRequest := false
|
default AddARPNeighborsRequest := false
|
||||||
default AddSwapRequest := false
|
default AddSwapRequest := false
|
||||||
|
Reference in New Issue
Block a user