mirror of
https://github.com/systemd/systemd.git
synced 2026-07-17 21:10:13 +00:00
9 lines
269 B
C
9 lines
269 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include <sys/types.h>
|
|
|
|
int userns_lchown(const char *p, uid_t uid, gid_t gid);
|
|
int userns_mkdir(const char *root, const char *path, mode_t mode, uid_t uid, gid_t gid);
|
|
int make_run_host(const char *root);
|