]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-test: make sure we run udev tests with selinux assumed off
authorLennart Poettering <lennart@poettering.net>
Thu, 3 Sep 2020 14:53:22 +0000 (16:53 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 3 Sep 2020 15:01:11 +0000 (17:01 +0200)
commit415df097feafcb033e25152f4767802a6ceb8b5d
treed0609717e91d3c04c7168cc96bfcd5be3dbff000
parent86e443de2fd3b0bac785015358c52130e89b66f1
udev-test: make sure we run udev tests with selinux assumed off

This is cleaner that way given that we create our own half-virtualizes
device tree, and really shouldn't pull selinux labelling and access
control into that, we can only lose, in particular as our overmounted
/sys/ actually lacks /sys/fs/selinux.

(This fixes udev test woes introduced by #16821 where suddenly the test
would fail because libselinux assumed selinux was on, but selinuxfs
wasn't actually available)
src/test/meson.build
src/test/test-udev.c