ubuntu/+source/procps:ubuntu/devel

Last commit made on 2024-03-31
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/ubuntu/+source/procps
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:ubuntu/+source/procps

Recent commits

1d8fd3c... by Steve Langasek

2:4.0.4-4ubuntu3 (patches unapplied)

Imported using git-ubuntu import.

12550c2... by Julian Andres Klode

2:4.0.4-4ubuntu2 (patches unapplied)

Imported using git-ubuntu import.

60ed9e1... by Lukas Märdian

reconstruct-changelog

fdf35d6... by Lukas Märdian

update-maintainer

e9a987d... by Lukas Märdian

merge-changelogs

435c650... by Lukas Märdian

d/p/0010-testsuite-ps-etime-ELAPSED-doesn-t-match-full-format.patch:

Fix test failure (FTBFS) in testsuite/ps.test/ps_output.exp due to invalid
regex match inside LXD containers.

4fcdbc9... by Lukas Märdian

    - debian/sysctl.d (Ubuntu-specific):
       + 10-console-messages.conf: stop low-level kernel messages on console.
       + 10-kernel-hardening.conf: add the kptr_restrict setting
       + 10-ipv6-privacy.conf: add a file to sysctl.d to apply the defaults
         for IPv6 privacy extensions for interfaces. (LP#176125, LP#841353)
       + 10-magic-sysrq.conf: Disable most magic sysrq by default, allowing
         critical sync, remount, reboot functions. (LP#194676, LP#1025467)
       + 10-network-security.conf: enable rp_filter.
       + 10-ptrace.conf: describe new PTRACE setting.
       + 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
         for armhf, and arm64.
       + 10-qemu.conf.s390x for qemu.

964ede1... by Lukas Märdian

    - ignore_erofs.patch: Same as ignore_eaccess but for the case where
      part of /proc is read/only.
      - Adjust logic due to rc no longer being propagated (LP#1903351)

60d71fc... by Lukas Märdian

    - ignore_eaccess.patch: If we get eaccess when opening a sysctl file for
      writing, don't error out. Otherwise package upgrades can fail,
      especially in containers.
      - Adjust logic due to rc no longer being propagated (LP#1903351)

2eb1e83... by Lukas Märdian

    - Add basic autopkgtest to validate sysctl-defaults (LP#1962038)