From 67b12a6e2204da2f03d9fecfc7a7c5d984fe4dc1 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 12 Oct 2012 00:14:42 +0000 Subject: [PATCH] Documented a security issue (calling the phone is enough to fully unlock it) --- src/plugins/locker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/locker.c b/src/plugins/locker.c index 5a3fee2..fa22913 100644 --- a/src/plugins/locker.c +++ b/src/plugins/locker.c @@ -98,6 +98,7 @@ static int _event_modem(ModemEvent * event) switch(event->call.direction) { case MODEM_CALL_DIRECTION_INCOMING: + /* FIXME this is a security issue */ return _locker_action(LOCKER_ACTION_UNLOCK); default: /* not relevant */ break;