summaryrefslogtreecommitdiff
path: root/libcap/include/uapi/linux
Commit message (Collapse)AuthorAgeFilesLines
* Add new value CAP_CHECKPOINT_RESTORE = 40.Andrew G. Morgan2020-08-131-1/+7
| | | | | | Linus' kernel has defined this one now. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Fix typo in capabilities.h file.Andrew G. Morgan2020-07-161-1/+1
| | | | Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Various source files: spelling fixes on commentsMichael Kerrisk (man-pages)2020-07-162-2/+2
| | | | | Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* CAP_BPF is the CAP_LAST_CAP now.Andrew G. Morgan2020-07-021-1/+33
| | | | | | | eBPF (extended Berkeley Packet Filters) now have their own capability. Earlier releases of the kernel used CAP_SYS_ADMIN for this feature. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Linux 5.7 supports CAP_PERFMONAndrew G. Morgan2020-06-021-1/+7
| | | | | | | I should have checked before releasing 2.35. Sigh. Won't make that mistake again. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* some clean upAndrew G. Morgan2019-04-213-6/+6
| | | | Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Update kernel path for usb messages relevant capabilityAndrew G. Morgan2018-09-091-1/+1
| | | | | | As noted by Christian Brauner. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Add v3 (NS aware VFS) capabilitie defs to header.Andrew G. Morgan2018-09-081-7/+22
| | | | | | | | Note, the kernel version of this file has evolved away from the libcap license so we are managing this source separately. The slightly more open nature of the libcap version can be merged into the kernel if wanted. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Add initial support for the ambient set.Andrew G. Morgan2016-02-061-0/+48
| | | | | | | | | | | | | The ambient set is some strangeness associated with trying to revive naive inheritance. While personally not a fan of this feature, I recognize it is in the kernel so libcap now supports it with three new functions: int cap_get_ambient(cap_value_t cap) int cap_set_ambient(cap_value_t cap, cap_flag_value_t set) int cap_reset_ambient(void) Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Update to Linus' kernel tree uapi headers.Andrew G. Morgan2016-01-302-2/+20
| | | | Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* libcap: fix dead/empty urls.Xose Vazquez Perez2014-01-031-1/+1
| | | | | | Cc: Andrew G. Morgan <morgan@kernel.org> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> Signed-off-by: Andrew G Morgan <morgan@kernel.org>
* Fix up the uapi/linux include scheme.Andrew G Morgan2014-01-012-0/+203
| | | | | | | | | In adopting this uapi header file (without kernel internals), I previously messed up on the apparent location of the files. Thanks to Tom Gundersen for the clarification. Also, delete the non-uapi copies of things since they are no longer needed to build the library and tools. Signed-off-by: Andrew G Morgan <morgan@kernel.org>
* Get the library to compile again.Andrew G Morgan2013-12-141-0/+358
Signed-off-by: Andrew G Morgan <morgan@kernel.org>