-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manifest: disable selinux in buildroot when cross-building
This commit disables selinux (for now) in the buildroot when doing a cross-arch build. This is needed because most containers we can use to bootstrap do not contain `setfiles(8)` from `policycoreutils`. We have three options: 1. disable selinux (for now) 2. maintain our own containers with setfiles (expensive) 3. teach osbuild to support setfiles via chroot() into the tree I think we should do (3) eventually but this commit goes with (1) to unblock us.
- Loading branch information
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters