chiark / gitweb /
util: introduce reset_uid_gid() for resetting all uids and gids to 0
[elogind.git] / src / shared / util.h
index 4cea627580fd86586acdb5bee5f966e3dde32b0a..014e61c2e6f5807cb783a565b63a0a8f66edd056 100644 (file)
@@ -906,3 +906,5 @@ char *shell_maybe_quote(const char *s);
 int parse_mode(const char *s, mode_t *ret);
 
 int mount_move_root(const char *path);
+
+int reset_uid_gid(void);