forked from mirrors/linux-bench
Merge pull request #24 from aquasecurity/Add-debug-constrains-info
Add constraints info for debug mod
This commit is contained in:
commit
29ecb5b1c9
1 changed files with 2 additions and 1 deletions
3
app.go
3
app.go
|
@ -132,6 +132,7 @@ func getConstraints() (constraints []string, err error) {
|
|||
fmt.Sprintf("syslog=%s", syslog),
|
||||
fmt.Sprintf("lsm=%s", lsm),
|
||||
)
|
||||
|
||||
|
||||
glog.V(1).Info(fmt.Sprintf("The constraints are:, %s", constraints))
|
||||
return constraints, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue