tests/Regression/Report-bugs: Add new test RPM
This commit is contained in:
parent
3502f40970
commit
5886bbdd11
@ -32,7 +32,7 @@ export TESTVERSION=1.0
|
||||
|
||||
BUILT_FILES=
|
||||
|
||||
FILES=$(METADATA) runtest.sh Makefile avc_flatpak-selinux avc_tpm2-abrmd-selinux avc_container-selinux avc_usbguard-selinux avc_mysql-selinux
|
||||
FILES=$(METADATA) runtest.sh Makefile avc_flatpak-selinux avc_tpm2-abrmd-selinux avc_container-selinux avc_usbguard-selinux avc_mysql-selinux avc_fapolicyd-selinux
|
||||
|
||||
.PHONY: all install download clean
|
||||
|
||||
@ -56,7 +56,7 @@ $(METADATA): Makefile
|
||||
@echo "Type: Regression" >> $(METADATA)
|
||||
@echo "TestTime: 5m" >> $(METADATA)
|
||||
@echo "RunFor: setroubleshoot" >> $(METADATA)
|
||||
@echo "Requires: flatpak-selinux tpm2-abrmd-selinux container-selinux usbguard-selinux mysql-selinux" >> $(METADATA)
|
||||
@echo "Requires: setroubleshoot-server flatpak-selinux tpm2-abrmd-selinux container-selinux usbguard-selinux mysql-selinux fapolicyd-selinux" >> $(METADATA)
|
||||
@echo "Requires: $(TEST_PACKAGES)" >> $(METADATA)
|
||||
@echo "Priority: Normal" >> $(METADATA)
|
||||
@echo "License: GPLv2+" >> $(METADATA)
|
||||
|
@ -0,0 +1,2 @@
|
||||
type=AVC msg=audit(1596470053.831:306): avc: denied { unlink } for pid=6304 comm="fapolicyd" name="fapolicyd.pid" dev="tmpfs" ino=37446 scontext=system_u:system_r:fapolicyd_t:s0 tcontext=system_u:object_r:var_run_t:s0 tclass=file permissive=0
|
||||
|
@ -32,7 +32,7 @@
|
||||
PACKAGE="setroubleshoot"
|
||||
|
||||
if [ -z "${TEST_PACKAGES+set}" ];
|
||||
then PACKAGES=(flatpak-selinux tpm2-abrmd-selinux container-selinux usbguard-selinux mysql-selinux)
|
||||
then PACKAGES=(flatpak-selinux tpm2-abrmd-selinux container-selinux usbguard-selinux mysql-selinux fapolicyd-selinux)
|
||||
else PACKAGES=(${TEST_PACKAGES[@]})
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user