gardenlinux / builder

Builder used to construct Garden Linux. Re-usable for other OS-projects.
Apache License 2.0
8 stars 1 forks source link

feat: seccomp_fake_xattr #73

Closed nkraetzschmar closed 4 months ago

nkraetzschmar commented 4 months ago

use https://github.com/gardenlinux/seccomp_fake_xattr to enable selinux bulids on selinux hosts

fwilhe commented 4 months ago

Thanks @nkraetzschmar

I tried it out on a Fedora 39 cloud vm with default settings (selinux enabled) and could verify that I can build a Garden Linux image with the _selinux feature when using the builder from this PR.

You mentioned the PR is still WIP? Let me know when you think this is ready for review/merge.

Looks good to me so far, but I can't judge https://github.com/gardenlinux/seccomp_fake_xattr

fwilhe commented 4 months ago

Fixes #16