~arighi/qa-regression-testing:linux-5.11-fix

Last commit made on 2021-02-18
Get this branch:
git clone -b linux-5.11-fix https://git.launchpad.net/~arighi/qa-regression-testing
Only Andrea Righi can upload to this branch. If you are Andrea Righi please log in for upload directions.

Branch merges

Branch information

Name:
linux-5.11-fix
Repository:
lp:~arighi/qa-regression-testing

Recent commits

8263bcc... by Andrea Righi

scripts/test-kernel-security.py: properly support linux 5.11

Both PAGE_POISONING_ZERO and PAGE_POISONING_NO_SANITY configs have been
removed by the following upstream commits (starting with 5.11):

 8f424750baaa ("mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY")
 f289041ed4cf ("mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO")

Adjust the kernel security test accordingly.

Signed-off-by: Andrea Righi <email address hidden>

c0c87a2... by Avital Ostromich

Reupload updated focal audits, update audit README

 - Replace focal audits with those based on the current image builds
 - Add audits with policy-kit script output
 - Add improvements section to README, remove Ubuntu Touch

4d36b27... by Steve Beattie

audit_checks: fix concat sudoers output

the do_sudoers() check was not outputing a newline at the end, so
subsequent files would get concatenated onto existing lines. E.G.:

  %sudo ALL=(ALL:ALL) ALL Defaults secure_path += /snap/bin

Signed-off-by: Steve Beattie <email address hidden>

f60243e... by Avital Ostromich

Minor auditing updates, correct 20.04 audit file

 - Add file existence check to audit script
 - Update auditing README
 - Re-upload the correct 20.04 server audit report

62a13b3... by Alex Murray

test-apparmor.py: Install the right packages on hirsute

26b7401... by Alex Murray

test-apparmor.py: change shebang for python3

There is no /usr/bin/python on hirsute

f6ca20c... by Alex Murray

scripts/test-snapd.py: s/daemon/snap_daemon/ in test_seccomp_daemon_user

Previously the daemon user was allowed to be dropped to - now this has been
changed to snap_daemon in the upstream snapd/test-snap-daemon-user snaps so
we need to use the same name here since this is the only user which is
allowed to be dropped to.

dbaae28... by Alex Murray

scripts/test-snapd.py: Handle new snap list output format change

92e789a... by Avital Ostromich

Add Focal audit files, minor audit_checks bugfix

5d0817e... by Marc Deslauriers

test-python-django.py: migrate to py3 for groovy compatibility