mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 01:57:43 +00:00
In order to test the profile, I did the following inside an oracular VM: - `curl https://ubuntu.com/ -o /tmp/ubuntu` - `curl 'https://ubuntu.com/security/{CVE-2024-12797,CVE-2025-24032}' -o '#1'` - `curl -u dlpuser:rNrKYTX9g7z3RgJRmxWuGHbeu ftp://ftp.dlptest.com/` Finally, I ran the package's testsuite: ``` apt source curl cd curl-8.9.1 ./configure --without-ssl # SSL has been tested using the above make cd test/server make cd .. ./runtests.pl -c $(which curl) ``` The only test which should fail should be the last one, since the build was configured with support for less protocols than the ones provided by the binary we're using (this is expected and happens regardless of whether the profile is loaded or not). A spread smoke-test is also provided as part of this MR. MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1560 Approved-by: Ryan Lee <rlee287@yahoo.com> Merged-by: Maxime Bélair <maxime.belair@canonical.com>