some questions to gnome os developers
I recently read about that there is work happening to make gnome os as daily driver.
Gnome os is uses freedesktop sdk as base and build whole image from upstream code using buildstream.
Because this os image dont have any individual binary package concept like fedora silverblue, here are some of my questions:
- How updates are handled for small security fixes?
For example if we need to fix a critical security issue in linux kernel, because their is no individual linux kernel rpm in gnome os, does it have to build whole os image for this security issue, does users need to download whole image just this security update?
- How different software update handled?
linux kernel, mesa and other packages have different release time, does gnomes release everytime a new package get update or it handled monthly or 6 month cycle release with major gnome version.
in simple terms does updates are rolling release or freezed like steam os and released in fixed time intervals?
Does it have app armor or selinux enabled?
does in this build method we dont have any dependency hell issue?