Re: Slowness of installing *-selinux subpackages

2025-06-09 Thread Petr Lautrbach
Stefano Brivio writes: > [Adding Petr] > > On Thu, 29 May 2025 22:05:13 +0100 > "Richard W.M. Jones" wrote: > >> On Thu, May 29, 2025 at 07:35:28PM +0200, Petr Lautrbach wrote: >> > Neal Gompa writes: >> > >> > > On Thu, May 29, 2025 at 6:16 AM Richard W.M. Jones >> > > wrote: >> > >> >>

Re: Slowness of installing *-selinux subpackages

2025-06-09 Thread Tomas Korbar
Hey guys, i would like to use this opportunity to ask selinux build related question. I too have experienced selinux package installation slowness and i see that passt is not compressing the module. Could installation of my module be faster if I did no compression? Is that an ok approach? Thanks fo

Re: Slowness of installing *-selinux subpackages

2025-06-06 Thread Stefano Brivio
[Adding Petr] On Thu, 29 May 2025 22:05:13 +0100 "Richard W.M. Jones" wrote: > On Thu, May 29, 2025 at 07:35:28PM +0200, Petr Lautrbach wrote: > > Neal Gompa writes: > > > > > On Thu, May 29, 2025 at 6:16 AM Richard W.M. Jones > > > wrote: > > >> > > >> [This is a general moan / observat

Re: Slowness of installing *-selinux subpackages

2025-05-30 Thread Florian Weimer
* Jason L. Tibbitts, III: >> Neal Gompa writes: > >> The problem is that policy modules can depend on each other, and since >> policy modules can add things both to the global store and to the pool >> of stuff other modules can use, it has to be processed serially. > > Even then, semodule its

Re: Slowness of installing *-selinux subpackages

2025-05-29 Thread John Reiser
On 5/29/25 3:46 AM, Neal Gompa wrote: while the SELinux tools support multi-threaded operations, it's not the default and none of the macros use it. A large portion of every existing install of a SELinux package on Fedora is a walk of the file system tree. This walk is not parallelized, and tha

Re: Slowness of installing *-selinux subpackages

2025-05-29 Thread Adam Williamson
On Thu, 2025-05-29 at 19:35 +0200, Petr Lautrbach wrote: > Neal Gompa writes: > > > On Thu, May 29, 2025 at 6:16 AM Richard W.M. Jones > > wrote: > > > > > > [This is a general moan / observation ... Sorry!] > > > > > > SELinux policy is sometimes now split so that packages can carry their >

Re: Slowness of installing *-selinux subpackages

2025-05-29 Thread Richard W.M. Jones
On Thu, May 29, 2025 at 07:35:28PM +0200, Petr Lautrbach wrote: > Neal Gompa writes: > > > On Thu, May 29, 2025 at 6:16 AM Richard W.M. Jones > > wrote: > >> > >> [This is a general moan / observation ... Sorry!] > >> > >> SELinux policy is sometimes now split so that packages can carry their >

Re: Slowness of installing *-selinux subpackages

2025-05-29 Thread Petr Lautrbach
Neal Gompa writes: > On Thu, May 29, 2025 at 6:16 AM Richard W.M. Jones wrote: >> >> [This is a general moan / observation ... Sorry!] >> >> SELinux policy is sometimes now split so that packages can carry their >> own policy subpackage. Examples include: >> >> https://src.fedoraproject.org/rpm

Re: Slowness of installing *-selinux subpackages

2025-05-29 Thread Jason L Tibbitts III
> Neal Gompa writes: > The problem is that policy modules can depend on each other, and since > policy modules can add things both to the global store and to the pool > of stuff other modules can use, it has to be processed serially. Even then, semodule itself takes a surprising amount of ti

Re: Slowness of installing *-selinux subpackages

2025-05-29 Thread Neal Gompa
On Thu, May 29, 2025 at 6:16 AM Richard W.M. Jones wrote: > > [This is a general moan / observation ... Sorry!] > > SELinux policy is sometimes now split so that packages can carry their > own policy subpackage. Examples include: > > https://src.fedoraproject.org/rpms/passt/blob/rawhide/f/passt.s