summaryrefslogtreecommitdiff
path: root/src/core/namespace.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-01-03 18:41:32 +0100
committerGitHub <noreply@github.com>2018-01-03 18:41:32 +0100
commitfb92330cccb5c0e9ca30249ff4da800d5d068825 (patch)
treeec8afe44461bba060e202ebe46aedc7877aabb54 /src/core/namespace.h
parent7f9ac71c76f8157707fb36e1b316961aa4db0ac8 (diff)
parent681ae88e06f2acbfb3b7adf681a681c32c1d5843 (diff)
downloadsystemd-fb92330cccb5c0e9ca30249ff4da800d5d068825.tar.gz
Merge pull request #7759 from yuwata/dbus-api
DBus-API: add more options in transient units
Diffstat (limited to 'src/core/namespace.h')
-rw-r--r--src/core/namespace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/namespace.h b/src/core/namespace.h
index f0f198362c..42d841c4d2 100644
--- a/src/core/namespace.h
+++ b/src/core/namespace.h
@@ -101,9 +101,11 @@ int setup_netns(int netns_storage_socket[2]);
const char* protect_home_to_string(ProtectHome p) _const_;
ProtectHome protect_home_from_string(const char *s) _pure_;
+ProtectHome parse_protect_home_or_bool(const char *s);
const char* protect_system_to_string(ProtectSystem p) _const_;
ProtectSystem protect_system_from_string(const char *s) _pure_;
+ProtectSystem parse_protect_system_or_bool(const char *s);
void bind_mount_free_many(BindMount *b, unsigned n);
int bind_mount_add(BindMount **b, unsigned *n, const BindMount *item);