mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
1245af6a42
new file: projects/people.redhat.com/sgrubb/libcap-ng/test.c
8 lines
147 B
C
8 lines
147 B
C
#include <stdio.h>
|
|
#include <cap-ng.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
if(capng_have_permitted_capabilities() > -1)
|
|
printf("ok");
|
|
} |