~juliank/ubuntu/+source/procps:ubuntu/devel

Last commit made on 2024-03-24
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~juliank/ubuntu/+source/procps
Only Julian Andres Klode can upload to this branch. If you are Julian Andres Klode please log in for upload directions.

Branch merges

Branch information

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

Recent commits

28517f8... by Julian Andres Klode

releasing package procps version 2:4.0.4-4ubuntu2

81c7fa9... by Julian Andres Klode

d/sysctl.d/10-map-count.conf: Set vm.max_map_count=1048576

Follow the change from Fedora as requested in the bug.

LP: #2057792

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)