]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
libcap: Update to version 2.66
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 27 Dec 2022 11:59:54 +0000 (12:59 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 29 Dec 2022 11:22:38 +0000 (11:22 +0000)
commitf05a2a1a6f58a6b367bb31a0c8f099d0195f0656
treeb2d5cd5496e0206d3749ea0930e7831797950b3c
parent2d8367ddb6fa42434a414d3d9268958cb47e1d3f
libcap: Update to version 2.66

- Update from version 2.64 to 2.66
- Update of rootfile
- Changelog
Release notes for 2.66
    Fix documentation typos in cap_from_text.3 (Bug: 216514 reported by Paulo
             Andrade.)
    Some getpcaps code clean up and a fix for PID argument parsing from Jakub Wilk.
    Slightly more robust Makefiles to address an error with make -j48 test
             observed by Tomasz Kłoczko.
    Include a simple Go program, captrace, to trace kernel capability validation
             checks
        This program can be used to figure out what capabilities a program needs
                 to operate.
        captrace (a wrapper for bpftrace) uses BPF kprobes to monitor the kernel
                 for capability checks and whether or not they succeed for the system, a
                 specific PID or a program's direct execution.
    Trim down the default file capabilities for contrib/sucap/su to those
             actually needed and set USER and HOME environment variables so bash doesn't
             complain about a sourcing error.
Release notes for 2.65
    Fix syntax error in DEBUG build of protected code in setcap.c. (Bug reported
             by yixiangzhike.)
    Prevent bash from reading the wrong startup files when the capsh --user=xxx
             argument is used to invoke a shell as the user xxx. This is done by capsh
             now changing the USER and HOME environment variables when --user is
             specified. The argument --noenv can be used to suppress this behavior to
             what used to be the problematic default. (Bug: 215926)
    Improved documentation:
        Man page info for cap_get_pid() and cap_reset_ambient(). (Bug reports
                 from nomonemo and Tinkerer One.)
        Improve documentation and help for the captree program.
    Updated go/Makefile comment about an unfixed Go runtime bug in go1.16 and
             go1.17 (resolved in go1.18+), and the deadlock behavior of the psx-fd test.
    Refresh the signatures on the two GPG keys morgan@ uses. The 4096 bit one is
             preferred, but the older one is also used for continuity reasons. This set
             of signatures should also be available from the various key servers out there.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/libcap
lfs/libcap