summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-setuid.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-09-07 18:42:14 +0200
committerLennart Poettering <lennart@poettering.net>2015-09-07 18:44:31 +0200
commitee64508006f5db25d8819890e15603790bfebc2f (patch)
treefe2e059fda1e47552c3bfe53aaedafad8ea2fe0d /src/nspawn/nspawn-setuid.h
parentb7103bc5f43ceed8e1de71f3d38757dea542b705 (diff)
nspawn: split out --uid= logic into nspawn-setuid.[ch]
Diffstat (limited to 'src/nspawn/nspawn-setuid.h')
-rw-r--r--src/nspawn/nspawn-setuid.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/nspawn/nspawn-setuid.h b/src/nspawn/nspawn-setuid.h
new file mode 100644
index 0000000000..33be44a946
--- /dev/null
+++ b/src/nspawn/nspawn-setuid.h
@@ -0,0 +1,24 @@
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
+
+#pragma once
+
+/***
+ This file is part of systemd.
+
+ Copyright 2015 Lennart Poettering
+
+ systemd is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+
+ systemd is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with systemd; If not, see <http://www.gnu.org/licenses/>.
+***/
+
+int change_uid_gid(const char *user, char **ret);