summaryrefslogtreecommitdiffstats
path: root/include/pathnames.h
diff options
context:
space:
mode:
authorKarel Zak2011-08-29 10:30:42 +0200
committerKarel Zak2011-10-26 23:17:16 +0200
commit918b1a9ddd063bf080eda683f4d25c2c65bd6fc6 (patch)
tree4a988e90da7079dce07497efe99c7228b469694a /include/pathnames.h
parentlogin: use setgroups(0, NULL) for root (diff)
downloadkernel-qcow2-util-linux-918b1a9ddd063bf080eda683f4d25c2c65bd6fc6.tar.gz
kernel-qcow2-util-linux-918b1a9ddd063bf080eda683f4d25c2c65bd6fc6.tar.xz
kernel-qcow2-util-linux-918b1a9ddd063bf080eda683f4d25c2c65bd6fc6.zip
login: improve hushed mode (merge suse changes)
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/pathnames.h')
-rw-r--r--include/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index 025e4afa9..1a54a037d 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -29,6 +29,7 @@
#define _PATH_WTMPLOCK "/etc/wtmplock"
#define _PATH_HUSHLOGIN ".hushlogin"
+#define _PATH_HUSHLOGINS "/etc/hushlogins"
#ifndef _PATH_MAILDIR
#define _PATH_MAILDIR "/var/spool/mail"