]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/nspawn/nspawn-patch-uid.h
pkgconfig: define variables relative to ${prefix}/${rootprefix}/${sysconfdir}
[thirdparty/systemd.git] / src / nspawn / nspawn-patch-uid.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2
3 #pragma once
4
5 #include <sys/types.h>
6
7 int fd_patch_uid(int fd, uid_t shift, uid_t range);
8 int path_patch_uid(const char *path, uid_t shift, uid_t range);