Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-35
/
.
/
src
/
nspawn
/
nspawn-patch-uid.h
blob: 31d2491234b76b63f5dad17c20c212245b18cadd [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
#include
<sys/types.h>
int
fd_patch_uid
(
int
fd
,
uid_t
shift
,
uid_t
range
);
int
path_patch_uid
(
const
char
*
path
,
uid_t
shift
,
uid_t
range
);