mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
8 lines
No EOL
147 B
C
8 lines
No EOL
147 B
C
#include <stdio.h>
|
|
#include <cap-ng.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
if(capng_have_permitted_capabilities() > -1)
|
|
printf("ok");
|
|
} |