mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
8 lines
150 B
C
8 lines
150 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
int path_patch_uid(const char *path, uid_t shift, uid_t range);
|