Documented a security issue (calling the phone is enough to fully unlock it)
This commit is contained in:
parent
e2405c2b2c
commit
67b12a6e22
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user