summaryrefslogtreecommitdiffstats
path: root/include/haproxy/linuxcap.h
blob: 9c337a40c18ea7088bc4c92e1cf1588c13254b10 (plain)
1
2
3
4
5
6
7
#ifndef _HAPROXY_LINUXCAP_H
#define _HAPROXY_LINUXCAP_H

int prepare_caps_for_setuid(int from_uid, int to_uid);
int finalize_caps_after_setuid(int from_uid, int to_uid);

#endif /* _HAPROXY_LINUXCAP_H */