>>108435949
>It's never how this goes in these discussions and you know this very well.
It's exactly how it went here and you kow that very well.
>CHUDDING OUTTT
No, the PR was full of helpful criticism such as this one:
Writing the user data as 644 where any service or app on the system can read the data should immediately raise red flags. Malware authors now have a specific place to look for this information as well, which means they can look for users with a particular age... including children. This is insanity to merge as is.
def _write_userdb_dropin(self, user: User) -> None:
userdb_dir = self.target / 'etc' / 'userdb'
userdb_dir.mkdir(parents=True, exist_ok=True)
dropin = userdb_dir / f'{user.username}.user'
record = {'userName': user.username, 'birthDate': user.birth_date}
dropin.write_text(json.dumps(record))
dropin.chmod(0o644)
info(f'Wrote userdb drop-in for {user.username} with birth date')
This has no business being in arch install. Many systems don't have any human users, and only root and service accounts.
And the response was
>I DING DONG BANNERRUUU UUUUUU
and they closed the PR.
In short, you're a little limp-dicked tyrant upset you're getting any pushback at all, even technical, because you're just doing this to make up for significant failings in your personal life.