aboutsummaryrefslogtreecommitdiffstats
path: root/capability.c
Commit message (Expand)AuthorAgeFilesLines
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-4/+2
* Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-211-1/+1
* Move CAP_* definitions out to header filesDmitry V. Levin2015-02-191-42/+6
* Implement full decoding of 64-bit capabilitiesDmitry V. Levin2014-12-061-33/+91
* Make parsers of capget and capset syscalls self-containedDmitry V. Levin2014-12-061-34/+50
* Move capget and capset parsers to a separate fileDmitry V. Levin2014-12-041-0/+108