- Sep 14, 2022
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Evangelos Foutras authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Sep 12, 2022
-
-
Kristian Klausen authored
The default (40KB) isn't enough for all patches. Fixes: 4d8dfb6a ("mailman: Third batch of mailman3 migrated lists")
-
nl6720 authored
Enable kernel lockdown in confidentiality mode to restrict how the root user can interact with the kernel. See https://wiki.archlinux.org/title/Security#Kernel_lockdown_mode and https://man.archlinux.org/man/kernel_lockdown.7 This could prevent a scenario where a malicious kernel module or access to some interface that kernel lockdown prevents, would allow or assist in escaping the KVM. It is not very likely as there needs to be an exploitable vulnerability in the hypervisor. To make it more secure, the host too would need to enable kernel lockdown. In the end this may only give some sense of security, but, as we all know, that's all that matters anyway.
-
- Sep 11, 2022
-
-
Kristian Klausen authored
arch-commits arch-security aur-dev pacman-contrib pacman-dev
-
Kristian Klausen authored
It is cumbersome to manage the list configurations from the web ui and easy for them to diverge, so let's instead manage them with Ansible. Fix #254
-
Evangelos Foutras authored
The default of 0.5 has proven insufficient on at least 3 boxes so far.
-
- Sep 06, 2022
-
-
Jan Alexander Steffens (heftig) authored
-
- Sep 04, 2022
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Aug 31, 2022
-
-
Jan Alexander Steffens (heftig) authored
Otherwise it can't open our letsencrypt certs. It will setuid to `turnserver` itself.
-
Jan Alexander Steffens (heftig) authored
We get a lot of unauthorized STUN requests in the logs.
-
Jan Alexander Steffens (heftig) authored
-
- Aug 29, 2022
-
-
Evangelos Foutras authored
Fixes: 26f289b7 ("Capitalize the first letter of all task names")
-
- Aug 23, 2022
-
-
Evangelos Foutras authored
This avoid having extra-long lines and works fine for task-based rules.
-
Evangelos Foutras authored
This might be a bug in ansible-lint 6.5.0, but it appears to ignore all our 'skip_ansible_lint' tags. Fix this by replacing them with noqa tags.
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Aug 21, 2022
-
-
Evangelos Foutras authored
Useful if we wanted to create a Geo-based archive consisting of machines in the archive_mirrors group (though this will likely not happen because it'd break archlinux-repro due to the ~4 hour sync delay).
-
- Aug 20, 2022
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Aug 19, 2022
-
-
Evangelos Foutras authored
When the GeoIP databases get refreshed (weekly), we want PowerDNS to reload them. Do this by running pdns_control reload in ExecStartPost.
-
- Aug 18, 2022
-
-
Evangelos Foutras authored
-
- Aug 16, 2022
-
-
Jelle van der Waa authored
-
- Aug 14, 2022
-
-
Kristian Klausen authored
"poetry run" is very slow[1] and adds +1 second to the startup time. This is made even worse by the fact that aurweb-git-serve is called twice by sshd[2]. [1] https://github.com/python-poetry/poetry/issues/3502 [2] https://security.stackexchange.com/questions/123795/authorizedkeyscommand-of-sshd-config-getting-called-twice/123801#123801
-
- Aug 12, 2022
-
-
Evangelos Foutras authored
-
Evangelos Foutras authored
-
Jelle van der Waa authored
-
- Aug 11, 2022
-
-
Evangelos Foutras authored
Microcode updates are not applicable to cloud servers.
-
- Aug 10, 2022
-
-
Leonidas Spyropoulos authored
http_requests_total contains requests from debuginfo.al.org host as well as from aur.al.org so filter them on job 'aurweb' Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Aug 08, 2022
-
-
nl6720 authored
-
Evangelos Foutras authored
Using plain "borg" resolves to /usr/local/bin/borg which is the wrapper for our main backup host. This causes the offsite backup to be executed with BORG_REPO set to the main backup destination. While the above doesn't cause any issues with the backup script/service, because borg invocations specify the backup destination as an argument, it's not ideal and/or correct. Adjust borg_cmd to include the full path of /usr/bin/borg, thus removing any ambiguity.
-
- Aug 07, 2022
-
-
Evangelos Foutras authored
rsync.net has upgraded to borg 1.2 and we can now run borg compact on both rsync.net and the Hetzner storage box. Fixes: 17927c9a ("borg_client: run compact after pruning on borg 1.2")
-
- Aug 06, 2022
-
-
Evangelos Foutras authored
Update /etc/rebuilderd-sync.conf to use the Geo host mirror instead of europe.mirror.pkgbuild.com (for added reliability in case the latter's availability is impacted).
-
Evangelos Foutras authored
The /api/v0/build/report endpoint has received POSTs up to 161M so far this year (2022). In 2021 there had been POSTs of sizes up to 404M and up to 814M for 2020. Multiple hundreds of MB seem a bit excessive, but we should be able to do up to 200M.
-
Evangelos Foutras authored
Remove a few stray TABs and correct double-indented lines.
-
- Aug 05, 2022
-
-
Evangelos Foutras authored
Upstream archlinux-repro was already using europe.mirror.pkgbuild.com as its bootstrap and regular mirror. Furthermore, since [1] it has switched to the Geo mirror. Remove both vars from /etc/archlinux-repro/repro.conf and use the default mirror values (which are more than suitable). [1] https://github.com/archlinux/archlinux-repro/commit/c024b892d07a
-