Re: Linux-libre 5.8 and beyond
Leo Famulari writes: > On Tue, Aug 25, 2020 at 05:01:07PM -0400, Leo Famulari wrote: > But, we must remember that the other party may not understand the > context of their suggestion deeply enough to know why it should not be > implemented. There are technical *and* social contexts at play, and they > are rarely understood until one has been working on the project for > quite a while. > > We should be generous and charitable when interpreting each other's > messages and goals. What a great outlook from a maintainer of an open source project. I have read nothing else in this thread, but this is wonderful. -- Katherine
Re: 02/02: linux-libre: Enable module compression.
On Tue, Aug 25, 2020 at 06:23:19AM -0400, guix-comm...@gnu.org wrote: > This commit enables GZIP compression for linux-libre kernel modules, > reducing > the size of linux-libre by 63% (165MB). Nice! > > * gnu/packages/aux-files/linux-libre/5.8-arm.conf: Enable GZ compression. > * gnu/packages/aux-files/linux-libre/5.8-arm64.conf: Ditto. > * gnu/packages/aux-files/linux-libre/5.8-i686.conf: Ditto. > * gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Ditto. Should we do it for the older kernel versions, too?
Setuid programs
Hello guix, I would like to propose an extension to how setuid programs are currently handled. The last time I checked it could only do setuid and setgid root. Some services, such as postfix need a more fine grained setuid setup. I would propose a record type, such as: (setuid (program setuid-program) (setuid setuid-setuid) (setgid setuid-setgid) (user setuid-user) (group setuid-group)) So that there is more fine grained control. I would also propose to move this to the services framework, so that services could extend this field on demand. Wdyt? Best regards, g_bor -- OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21