File: libdrop_ambient.7

package info (click to toggle)
libcap-ng 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 776 kB
  • sloc: ansic: 7,464; makefile: 188; python: 161; sh: 24
file content (14 lines) | stat: -rw-r--r-- 596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.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