chiark / gitweb /
main: add configuration option to alter capability bounding set for PID 1
[elogind.git] / src / shared / capability.h
index 9f9c49cf5b5c2566dfa4980d998b76198cebfa28..0cc5dd08aa9b2a52e786aafb148a42dcefae4b63 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <inttypes.h>
+#include <stdbool.h>
+
 unsigned long cap_last_cap(void);
 int have_effective_cap(int value);
+int capability_bounding_set_drop(uint64_t caps, bool right_now);
+
 #endif