commit 7ba9ae21144f9d29d67b5028aec2de1738da0a4e Author: Jacob Appelbaum jacob@appelbaum.net Date: Sat Jun 29 20:08:25 2013 +0200
add verbosity for privilege dropping attempt --- src/tlsdate-helper.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/tlsdate-helper.c b/src/tlsdate-helper.c index e625946..cd44c97 100644 --- a/src/tlsdate-helper.c +++ b/src/tlsdate-helper.c @@ -1104,6 +1104,7 @@ main(int argc, char **argv) /* We are not going to set the clock, thus no need to stay root */ if (0 == setclock && 0 == timewarp) { + verb ("V: attemping to drop administrator privileges\n"); drop_privs_to (UNPRIV_USER, UNPRIV_GROUP); }