summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-08-05 13:52:48 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-30 11:12:44 +0100
commitb8a3625690f39e22d8cd699598384bad472b6373 (patch)
tree14d1bd44283ad781addd0b137f39cbd3598aa543 /src/confdb
parentd140aa913a0aad28b151c79f4c6f7ff5d8fee6c9 (diff)
downloadsssd-b8a3625690f39e22d8cd699598384bad472b6373.tar.gz
sssd-b8a3625690f39e22d8cd699598384bad472b6373.tar.xz
sssd-b8a3625690f39e22d8cd699598384bad472b6373.zip
SSSD: Load a user to run a service as from configuration
Related: https://fedorahosted.org/sssd/ticket/2370 Adds a option, user to run as, that is specified in the [sssd] section. When this option is specified, SSSD will run as this user and his private group. When these are not specified, SSSD will run as the configure-time user and group (usually root). Currently all services and providers are started as root. There is a temporary svc_supported_as_nonroot() function that returns true for a service if that service runs and was tested as nonroot and false otherwise. Currently this function always returns false, but will be amended in future patches. Reviewed-by: Pavel Reichl <preichl@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> (cherry picked from commit a10ac1d0a7210def232205a48c53a075930e82f6)
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index 34d461065..159aa9f2c 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -69,6 +69,7 @@
#define CONFDB_MONITOR_KRB5_RCACHEDIR "krb5_rcache_dir"
#define CONFDB_MONITOR_DEFAULT_DOMAIN "default_domain_suffix"
#define CONFDB_MONITOR_OVERRIDE_SPACE "override_space"
+#define CONFDB_MONITOR_USER_RUNAS "user"
/* Both monitor and domains */
#define CONFDB_NAME_REGEX "re_expression"