mirror of
https://github.com/containers/podman.git
synced 2025-11-16 11:07:44 +08:00
vendor c/common
Update the recent events-log changes to fix the build error. [NO NEW TESTS NEEDED] since there's no functional change. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/common/pkg/apparmor/apparmor_linux.go
generated
vendored
1
vendor/github.com/containers/common/pkg/apparmor/apparmor_linux.go
generated
vendored
@@ -233,7 +233,6 @@ func parseAAParserVersion(output string) (int, error) {
|
||||
// major*10^5 + minor*10^3 + patch*10^0
|
||||
numericVersion := majorVersion*1e5 + minorVersion*1e3 + patchLevel
|
||||
return numericVersion, nil
|
||||
|
||||
}
|
||||
|
||||
// CheckProfileAndLoadDefault checks if the specified profile is loaded and
|
||||
|
||||
Reference in New Issue
Block a user