Signed-off-by: Tyler Hicks <[email protected]> --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)
diff --git a/README b/README index 279f596..c501383 100644 --- a/README +++ b/README @@ -196,6 +196,23 @@ $ ./stress.sh (see stress.sh -h for options) +Coverity Support +---------------- +Coverity scans are available to AppArmor developers at +https://scan.coverity.com/projects/apparmor. + +In order to submit a Coverity build for analysis, the cov-build binary +must be discoverable from your PATH. See the "To Setup" section of +https://scan.coverity.com/download?tab=cxx to obtain a pre-built copy of +cov-build. + +To generate a compressed tarball of an intermediate Coverity directory: +$ make coverity + +The compressed tarball is written to coverity/apparmor-cov-int.tar.gz and +must be uploaded to https://scan.coverity.com/projects/apparmor/builds/new +for analysis. + ----------------------------------------------- Building and Installing AppArmor Kernel Patches ----------------------------------------------- -- 2.5.0 -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
