diff options
Diffstat (limited to 'usr/kinit/capabilities.h')
-rw-r--r-- | usr/kinit/capabilities.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/kinit/capabilities.h b/usr/kinit/capabilities.h new file mode 100644 index 0000000..a32a66a --- /dev/null +++ b/usr/kinit/capabilities.h @@ -0,0 +1,10 @@ +/* + * capabilities.h + */ + +#ifndef KINIT_CAPABILITIES_H +#define KINIT_CAPABILITIES_H + +int drop_capabilities(const char *caps); + +#endif /* KINIT_CAPABILITIES_H */ |