diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-17 16:52:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-17 16:52:52 +0100 |
commit | 5f8640fb628cb034981e02d741fd9ddf26fdf38d (patch) | |
tree | a861f6da5ba7e87cc413683b5e66a4302d17c61a /src/core/load-fragment.h | |
parent | 4a3fa6ac77c5236f95963c0a0fdd541d02c6883a (diff) |
core: store and expose SELinuxContext field normalized as bool + string
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r-- | src/core/load-fragment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index 23e9d1131b..cc77fccf94 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -87,6 +87,7 @@ int config_parse_blockio_device_weight(const char *unit, const char *filename, u int config_parse_blockio_bandwidth(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_job_mode(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_job_mode_isolate(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); +int config_parse_exec_selinux_context(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); /* gperf prototypes */ const struct ConfigPerfItem* load_fragment_gperf_lookup(const char *key, unsigned length); |