We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e6e17 commit cf9ed92Copy full SHA for cf9ed92
test/helpers/bpflock.go
@@ -23,10 +23,9 @@ const (
23
BpflockIntegrationImage = "linuxlock/bpflock-integration:latest"
24
25
// Will automatically look for the configuration in /etc/bpflock/
26
- // then inside /usr/lib/bpflock/
27
- BpflockProfileDeny = "--config=docker-deny.yaml"
28
- BpflockProfileRestrict = "--config=docker-restrict.yaml"
29
- BpflockProfileAllow = "--config=docker-allow.yaml"
+ BpflockProfileRestricted = "restricted.yaml"
+ BpflockProfileBaseline = "baseline.yaml"
+ BpflockProfileAllow = "allow.yaml"
30
)
31
32
// Runs a bpflock command and returns the resultant cmdRes.
0 commit comments