pantry/projects/people.redhat.com/sgrubb/libcap-ng/test.c

8 lines
147 B
C
Raw Normal View History

#include <stdio.h>
#include <cap-ng.h>
int main(int argc, char *argv[])
{
if(capng_have_permitted_capabilities() > -1)
printf("ok");
}