Documented a security issue (calling the phone is enough to fully unlock it)

This commit is contained in:
Pierre Pronchery 2012-10-12 00:14:42 +00:00
parent e2405c2b2c
commit 67b12a6e22

View File

@ -98,6 +98,7 @@ static int _event_modem(ModemEvent * event)
switch(event->call.direction) switch(event->call.direction)
{ {
case MODEM_CALL_DIRECTION_INCOMING: case MODEM_CALL_DIRECTION_INCOMING:
/* FIXME this is a security issue */
return _locker_action(LOCKER_ACTION_UNLOCK); return _locker_action(LOCKER_ACTION_UNLOCK);
default: /* not relevant */ default: /* not relevant */
break; break;