selinux/policycoreutils/load_policy
Milos Malik 1572bc3434 skip some checks if /sys/fs/selinux cannot be unmounted
Some checks in the automated tests require an unmounted SELinux
file-system. This way is used to pretend that SELinux is disabled.
Sometimes the file-system cannot be unmounted because of

  umount: /sys/fs/selinux: target is busy.

To work around this issue, umount with --lazy option will be used.
If umount --lazy still complains, the problematic checks will be
skipped, because it still make sense to run the other parts of the
automated tests.
2020-12-08 08:18:30 +00:00
..
main.fmf Fix path meta data 2018-10-14 21:52:42 +02:00
Makefile load_policy: start the audit daemon if it is not running 2020-01-09 13:29:16 +01:00
PURPOSE Add tests from https://src.fedoraproject.org/rpms/policycoreutils/blob/master/f/tests 2018-02-14 13:41:13 +01:00
runtest.sh skip some checks if /sys/fs/selinux cannot be unmounted 2020-12-08 08:18:30 +00:00