ed7fc02b04
I was tracking another regression where we seem to have lost `/usr/etc` contents which manifested as `Labeling with... (null)` which was clearly wrong. Now this change actually impacts the test suite - we now (again IMO correctly) error out if `selinux: true`. The `no-selinux-tag` test no longer makes sense, so delete it. We do need more "real" tests that use selinux on and off. Pull request: #243 Approved by: jlebon
12 lines
140 B
JSON
12 lines
140 B
JSON
{
|
|
"ref": "fedora/test",
|
|
|
|
"repos": ["test-repo"],
|
|
|
|
"bootstrap_packages": ["empty"],
|
|
|
|
"selinux": false,
|
|
|
|
"packages": []
|
|
}
|