summaryrefslogtreecommitdiffstats
path: root/src/nspawn/nspawn-patch-uid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nspawn/nspawn-patch-uid.h')
-rw-r--r--src/nspawn/nspawn-patch-uid.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nspawn/nspawn-patch-uid.h b/src/nspawn/nspawn-patch-uid.h
new file mode 100644
index 0000000..5c7349b
--- /dev/null
+++ b/src/nspawn/nspawn-patch-uid.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+
+#pragma once
+
+#include <sys/types.h>
+
+int path_patch_uid(const char *path, uid_t shift, uid_t range);