Re: Distros: The Gourmet Food Of GNU/Linux
Leroy H <[email protected]>
| Newsgroups | comp.os.linux.advocacy,comp.os.linux.misc |
|---|---|
| Organization | UsenetExpress - www.usenetexpress.com |
| Message-ID | <[email protected]> |
On Sun, 9 Aug 2026 08:39:57 +0500, Stanislav N. aka pztrn wrote: > > And how many distros you have built from scratch and how many > of them are in use by users other than you? > That's the whole purpose of GNU/Linux. Is is not? Every installation is different and unique to the individual that builds it. GNU/Linux allows nearly infinite configuration possibilities and can accommodate any need. I deeply pity those poor fools that can only depend on a one-size-fits-all distro. > > There is nothing to "avoid", I built my kernel from Gentoo tree and it was running fine. > Then don't complain. > > So libc update doesn't requiring world rebuild? Whoah, how did they managed it? > No, it does not. I just built the newly released glibc-2.44 (it only requires three minutes) and NOTHING needed to be rebuilt. NOTHING. You are entirely mistaken. The GLIBC folks do not ever break user space. > > - RELRO is a relocation of critical things like GOT (Global Offset Table) to read-only memory so other processes cannot change it and inject own code into control flow. > - Stack Canary essentially is buffer overflow protection mechanism. Attacker will be unable to write something to memory outside of designated buffer and eventually won't hack you. > - CFI is "Control Flow Integrity", so attacker won't be able to inject bad things in it and overtake application's control flow. > - PIE is "Position-Independed Executables". These executables on startup will be loaded in random memory location to harden defense against attackers who tries to change memory bytes. Part of ASLR mechanism. > - Fortify is FORTIFY_SOURCES, a mechanism that tries to prevent buffer overflows and string format injections (and some other attack vectors). > > Are you REALLY sure that YOUR bash binary is more secure than in Arch? It is more likely you've tried to get most from your system's performance and deliberately disabled some protection measures that kind-of eat it. > Ha, ha, ha, ha, ha, ha, ha! I operate a standalone desktop workstation and such "security" concerns are totally irrelevant as well as being a serious detriment to performance. I understand hardware from logic gates on up (but you don't) and such "security" crap is ludicrous in the extreme. Please do not respond further. It is obvious that your technical knowledge is highly deficient and I surely cannot waste my time attempting to explain digital fundamentals to someone like you.