-
Notifications
You must be signed in to change notification settings - Fork 3
Prototyping with Fedora CoreOS kernel #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@ToeiRei I noticed your comment on Discord today. Looks that this does not change those settings which I was mostly worry about on #5 so most probably it is better starting point than Debian kernel config. Does not enable:
Does not disable:
Did you had some other changes in-mind which we should include here? |
|
I was thinking to go down the selinux or other more hardened route. Due to covid some people have too much time on their hands and start to pentest docker hosts. Still experiments, but I feel like we are a bit too easy on security, relying solely on the docker in docker concept. For other kernel stuff I suggest zram as I have seen some improvements to performance here. (subjektive, but still noticeable on my build system) |
We actually have selinux support on BurmillaOS. It is described on documentation (
Did you notice that I actually added one new security feature recently burmilla/os#63
zram sounds interesting. Will study about it. |
c4dcec7 to
429bd18
Compare
|
Unfortunately it looks that build fails with those changes. |
8e4818b to
2c8a6d1
Compare
e789be8 to
b4935be
Compare
|
@ToeiRei btw. how you solved that embed firwmware issue on #5 (comment) ? Looks that this config comes with same issue so kernel package is huge... |
|
As the kernel is updated quite often, I just compile the firmware in. No need in separate updates. |
|
Yea but how I can avoid it? I see as very useful to be able to drop firmwares from version which is used by virtual machines without need rebuild kernel. |
|
Device Drivers -> Generic Driver Options -> Firmware loader -> Build named firmware blobs into the kernel binary |
Opening this one for discussion based on Discord. Currently it only contains just copy/paste config from Fedora CoreOS 33.20210314.3.0 which is similar container OS than BurmillaOS but which focuses to Podman/Kubernetes.