pantry/projects/people.redhat.com/sgrubb/libcap-ng/test.c
Andrii Riabchenko 1245af6a42 new file: projects/people.redhat.com/sgrubb/libcap-ng/package.yml
new file:   projects/people.redhat.com/sgrubb/libcap-ng/test.c
2023-11-22 13:19:16 -05:00

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");
}