blob: d9ecddf25400df8993518b9ac5549532fe53ac58 (
plain) (
tree)
|
|
Use internal implementation of logwtmp function to prevent
utilities from sys-apps/coreutils to not detect authorized users
Patch by: Sergey Popov <pinkbyte@gentoo.org>
--- a/pppd/sys-linux.c
+++ b/pppd/sys-linux.c
@@ -2196,7 +2197,6 @@
return ok;
}
-#ifndef HAVE_LOGWTMP
/********************************************************************
*
* Update the wtmp file with the appropriate user name and tty device.
@@ -2270,7 +2270,7 @@
}
#endif
}
-#endif /* HAVE_LOGWTMP */
+
|