Skip to content
Snippets Groups Projects
Verified Commit 3a7bf19f authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

systemd/postmarketos-base-systemd: disable journald audit feature (MR 5754)

When kernel auditing is enabled and things crash, this leads to a lot of
really annoying messages printed to the console/TTY that can interfere
with debug. Kernel audit info can be reached using other userspace
tools.

[ci:skip-build]: already built successfully in CI
parent 06a73862
No related branches found
No related tags found
1 merge request!5754systemd/postmarketos-base-systemd: disable journald audit feature
Pipeline #209641 passed
# Maintainer: Oliver Smith <ollipearanoid@postmarketos.org>
# pmbootstrap installs this, if systemd is selected in "pmbootstrap init".
pkgname=postmarketos-base-systemd
pkgver=8
pkgver=9
pkgrel=0
pkgdesc="Meta package for running postmarketOS with systemd"
url="https://postmarketos.org"
......@@ -61,7 +61,7 @@ fbaa33425e507062a454f11bda48508f261c2144e5c23a20f567dc1cef14ce1dec57f8d934f418f5
2faac294bb632762e247b850f09ff4b544ccff6c462efd8d4faca71ba30bdfa9c460377a0dc88e92c5dbbe251017d164064a56ac0e0410f224b45d4f5f81866c rootfs-etc-systemd-logind.conf
208f53c1d142151277cfcf0a95df839919ce8cb15ec888d50890dc6b3631a994335bfa12194cec856b649f97cfd7c80019c595cc0ea2c5ee96498a3e76a9950b rootfs-etc-ssh-sshd_config.d-usepam.conf
15423bfda57c90ab62fe69865ca4072a0aeb83bf77d9c278257e346f4da81843d010b41003c91ae9f3fcb1c67447645e7c19078eea2bf11312051e6ad7523ad1 rootfs-usr-share-mkinitfs-files-01-initramfs-base-systemd.files
2595d6bfcbc49655e97ff5a882a0770fec957c414e6122ec1c0522dcd208e59d57d413b091c129ccfb2c1f4bbd84b6d2e6ef41903a2005d58d9ba8f55faf5024 rootfs-usr-lib-systemd-system-preset-90-base.preset
f11016515d5e5f7a27fc3805573b6b72050233f8bb552587498b5d8440fcf1099e9f8ed2aaa55eeb9cd97036ed74aeaf0508d7563ca69a70ec0456910c0fe4fa rootfs-usr-lib-systemd-system-preset-90-base.preset
9b3b9abdb3d3541038d37d6870baed81f20be7f5b80874bd142eeb686b08958180b4d4a293912c9760e4353a58d6a5dea43e155002f224d14a157f7a082cde60 rootfs-usr-lib-systemd-user-preset-90-base.preset
605df1f004783d2e0ec5dd99a688bca27502c8c24bc05fb4dc26589b2070b0fbd1cf9bd56e6861d7cda2f8ac8147e7eb040acfd886185c01c8cf9de8b1ce2dcd rootfs-usr-bin-setup-timezone
"
......@@ -2,6 +2,7 @@
disable systemd-network*
disable systemd-homed*
disable systemd-resolved*
disable systemd-journald-audit.socket
# starting multipathd on systems with no multipath hardware can soft-hang
# boot, so disable it by default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment