summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Reichl <reichl.pavel@gmail.com>2014-04-22 14:40:05 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-04-28 22:07:53 +0200
commit994dd4bdb6d3f320ea26853169474e20353c636d (patch)
tree7139b4265ca5f09526c2e6f8521da3e2286f8a30
parenta5f79cce8abc74beec0c27c477c046bb6cbe7101 (diff)
downloadsssd-994dd4bdb6d3f320ea26853169474e20353c636d.tar.gz
sssd-994dd4bdb6d3f320ea26853169474e20353c636d.tar.xz
sssd-994dd4bdb6d3f320ea26853169474e20353c636d.zip
Monitor: fix message wrong perm. mode on config file
Change description of supported access modes. Add missing new line in message. Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--src/monitor/monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index 85655de75..3a2eecb5a 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -86,8 +86,8 @@
/* Warning messages */
#define CONF_FILE_PERM_ERROR_MSG "Cannot read config file %s. Please check "\
- "if permissions are 0600 and the file is "\
- "owned by root.root."
+ "that the file is accessible only by the "\
+ "owner and owned by root.root.\n"
int cmdline_debug_level;
int cmdline_debug_timestamps;