]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/nspawn/nspawn-patch-uid.h
3a931b224052d0f5b3acfb819744302d1972cf8b
[thirdparty/systemd.git] / src / nspawn / nspawn-patch-uid.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 This file is part of systemd.
4
5 Copyright 2016 Lennart Poettering
6 ***/
7
8 #pragma once
9
10 #include <sys/types.h>
11
12 int fd_patch_uid(int fd, uid_t shift, uid_t range);
13 int path_patch_uid(const char *path, uid_t shift, uid_t range);