~sforshee/+git/lockdown-tests:master

Last commit made on 2020-06-18
Get this branch:
git clone -b master https://git.launchpad.net/~sforshee/+git/lockdown-tests
Only Seth Forshee can upload to this branch. If you are Seth Forshee please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~sforshee/+git/lockdown-tests

Recent commits

b5d8441... by Seth Forshee

Add test of opening /dev/{mem,kmem,port}

Opening these files should fail with EPERM. Update open-file to
return -1 for errors not from errno to allow distinguishing
between the two types of failures.

Signed-off-by: Seth Forshee <email address hidden>

41f3574... by Seth Forshee

Addtest of uart_set_info()

Signed-off-by: Seth Forshee <email address hidden>

3818866... by Seth Forshee

Add a readme

Signed-off-by: Seth Forshee <email address hidden>

d81d04f... by Seth Forshee

Add unsafe module parameter test

Signed-off-by: Seth Forshee <email address hidden>

42e7515... by Seth Forshee

Make open-efi-test.c more generic

Other tests may want to test file open too, so make this a
generic file open test which accepts the file to be opened on the
command line. Update open-efi-test.sh accordingly.

Signed-off-by: Seth Forshee <email address hidden>

4c0f9df... by Seth Forshee

acpi-configfs.sh: Skip if acpi-configfs module not present

Signed-off-by: Seth Forshee <email address hidden>

7115a51... by Seth Forshee

Add ACPI custom method test case

Signed-off-by: Seth Forshee <email address hidden>

921f4bb... by Seth Forshee

Add test for access to files in debugfs

Signed-off-by: Seth Forshee <email address hidden>

28df0f2... by Seth Forshee

Declutter output a little

Signed-off-by: Seth Forshee <email address hidden>

5459861... by Seth Forshee

open-efi-test: Ensure the efi-test has been loaded

Signed-off-by: Seth Forshee <email address hidden>