1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

Merge pull request #33644 from DaanDeMeyer/selinux

TEST-06-SELINUX: Two fixes
This commit is contained in:
Daan De Meyer 2024-07-05 20:21:39 +02:00 committed by GitHub
commit 02cc812971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,7 @@ image all the time when iterating on a patch, add the following to
```conf
[Host]
RuntimeBuildSources=yes
@RuntimeBuildSources=yes
```
After enabling this setting, the source and build directories will be mounted to

View File

@ -1 +0,0 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

View File

@ -8,6 +8,9 @@ integration_tests += [
# Use 'auto' to automatically fallback on non-uefi architectures.
'firmware' : 'auto',
'vm' : true,
# Make sure we don't mount anything with virtiofs as otherwise fixfiles will try to relabel
# it.
'mkosi-args' : integration_test_template['mkosi-args'] + ['--runtime-build-sources=no'],
},
]