/
githubmirror
/
libcap-ng
Обзор
Документация
Войти
/
githubmirror
/
libcap-ng
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/libdrop_ambient.7
14 строк
596 B
Steve Grubb
Update documentation and fix API issue
22 мар 2026, 21:22
22 мар 2026, 21:22
2f43777
Код
Авторство
О чём код?
.TH "LIBDROP_AMBIENT" "7" "March 2026" "Red Hat" "Libcap-ng API" .SH NAME libdrop_ambient \- force application started with ambient capabilities to drop them .SH "DESCRIPTION" This library can be used via LD_PRELOAD to force an application started with ambient capabilities to drop them. It leaves other capabilities intact. This can also be linked against and automatically does the right thing. You do not need to make any calls into the library because all the work is done in the constructor which runs before main() is called. .SH "SEE ALSO" .BR capabilities (7) .SH AUTHOR Steve Grubb