mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libcap-ng: Update to 0.8.2
- Update from 0.7.9 to 0.8.2
- Update rootfile
- Changelog
0.8.2
- In capng_apply, if we blew up in bounding set, allow setting capabilities
- If PR_CAP_AMBIENT is not available, do not build libdrop_ambient
- Improve last_cap check
0.8.1
- If procfs is not available, leave last_cap as CAP_LAST_CAP
- If bounding and ambient not found in status, try prctl method
- In capng_apply, move ambient caps to the end of the transaction
- In capng_apply, return errors more aggressively.
- In capng_apply, if the action includes the bounding set,resync with the kernel
- Fix signed/unsigned warning in cap-ng.c
- In capng_apply, return a unique error code to diagnose any failure
- In capng_have_capability, return 0 for failure
- Add the libdrop_ambient admin tool
0.8
- Add vararg support to python bindings for capng_updatev
- Add support for ambient capabilities
- Add support for V3 filesystem capabilities
0.7.11
- Really clear bounding set if asked in capng_change_id
- Add CAP_PERFMON, CAP_BPF, & CAP_CHECKPOINT_RESTORE
- Avoid malloc/free in capng_apply (Natanael Copa)
- If procfs is not available, get bounding set via prctl
- Cleanup some compiler warnings
0.7.10
- Update capng_change_id man page
- Add capng_have_permitted_capabilities function
- Update filecap to output which set the capabilities are in
- Fix filecap to not output an error when a file has no capabilities
- Add udplite support to netcap
- Fix usage of pthread_atfork (Joe Orton)
- Mark processes in child user namespaces with * (Danila Kiver)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
c9d57d87e0
commit
0c58de2952
@@ -7,23 +7,21 @@
|
||||
#usr/lib/libcap-ng.so
|
||||
usr/lib/libcap-ng.so.0
|
||||
usr/lib/libcap-ng.so.0.0.0
|
||||
#usr/lib/libdrop_ambient.la
|
||||
#usr/lib/libdrop_ambient.so
|
||||
usr/lib/libdrop_ambient.so.0
|
||||
usr/lib/libdrop_ambient.so.0.0.0
|
||||
#usr/lib/pkgconfig/libcap-ng.pc
|
||||
#usr/lib/python2.7/site-packages/_capng.la
|
||||
#usr/lib/python2.7/site-packages/_capng.so
|
||||
#usr/lib/python2.7/site-packages/capng.py
|
||||
#usr/lib/python2.7/site-packages/capng.pyc
|
||||
#usr/lib/python2.7/site-packages/capng.pyo
|
||||
#usr/lib/python3.8/site-packages/_capng.la
|
||||
#usr/lib/python3.8/site-packages/_capng.so
|
||||
#usr/lib/python3.8/site-packages/capng.py
|
||||
#usr/share/aclocal/cap-ng.m4
|
||||
#usr/share/man/man3/capng_apply.3
|
||||
#usr/share/man/man3/capng_apply_caps_fd.3
|
||||
#usr/share/man/man3/capng_capability_to_name.3
|
||||
#usr/share/man/man3/capng_change_id.3
|
||||
#usr/share/man/man3/capng_clear.3
|
||||
#usr/share/man/man3/capng_fill.3
|
||||
#usr/share/man/man3/capng_get_caps_fd.3
|
||||
#usr/share/man/man3/capng_get_caps_process.3
|
||||
#usr/share/man/man3/capng_get_rootid.3
|
||||
#usr/share/man/man3/capng_have_capabilities.3
|
||||
#usr/share/man/man3/capng_have_capability.3
|
||||
#usr/share/man/man3/capng_lock.3
|
||||
@@ -32,10 +30,11 @@ usr/lib/libcap-ng.so.0.0.0
|
||||
#usr/share/man/man3/capng_print_caps_text.3
|
||||
#usr/share/man/man3/capng_restore_state.3
|
||||
#usr/share/man/man3/capng_save_state.3
|
||||
#usr/share/man/man3/capng_set_caps_fd.3
|
||||
#usr/share/man/man3/capng_set_rootid.3
|
||||
#usr/share/man/man3/capng_setpid.3
|
||||
#usr/share/man/man3/capng_update.3
|
||||
#usr/share/man/man3/capng_updatev.3
|
||||
#usr/share/man/man7/libdrop_ambient.7
|
||||
#usr/share/man/man8/captest.8
|
||||
#usr/share/man/man8/filecap.8
|
||||
#usr/share/man/man8/netcap.8
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.7.9
|
||||
VER = 0.8.2
|
||||
|
||||
THISAPP = libcap-ng-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 2398d695508fab9ce33668c53a89b0e9
|
||||
$(DL_FILE)_MD5 = faf1ef766cf068ad1aba4008ced665f7
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user