summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-setuid.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-06 16:48:26 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-06 16:48:26 -0400
commit91dca19f3ad50c33217d186bda1261228f8c293b (patch)
treec7abc968ed533ca1857d6cec3eb39e5d175d87d7 /src/nspawn/nspawn-setuid.h
parent6ecbde8f5a65b922809dd7c077ed8494ca4a7bc9 (diff)
./tools/notsd-move
Diffstat (limited to 'src/nspawn/nspawn-setuid.h')
-rw-r--r--src/nspawn/nspawn-setuid.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/nspawn/nspawn-setuid.h b/src/nspawn/nspawn-setuid.h
deleted file mode 100644
index b4968ba1fc..0000000000
--- a/src/nspawn/nspawn-setuid.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#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);