Re: [PATCH 0/7] KDB: Kiosk (reduced capabilities) mode

2012-11-14 Thread John Stultz
On 10/15/2012 06:17 PM, Anton Vorontsov wrote: Hello Jason, Just as promised, I'm resending the series after the merge window. This patchset implements "kiosk" mode for KDB debugger. The mode reduces kdb features, so that it is no longer possible to leak sensitive data via the debugger, and not

[PATCH 0/7] KDB: Kiosk (reduced capabilities) mode

2012-10-15 Thread Anton Vorontsov
Hello Jason, Just as promised, I'm resending the series after the merge window. This patchset implements "kiosk" mode for KDB debugger. The mode reduces kdb features, so that it is no longer possible to leak sensitive data via the debugger, and not possible to change program flow in a predefined

Re: [PATCH 0/7] KDB: Kiosk (reduced capabilities) mode

2012-07-27 Thread Colin Cross
On Fri, Jul 27, 2012 at 6:26 PM, Anton Vorontsov wrote: > But if you say that it wasn't the case, and no one thought about the > reducing the debugger in the "evil" way, so be it, I trust you. But I > still don't trust the phone vendors. They showed their bad attitude > in many ways towards hack

Re: [PATCH 0/7] KDB: Kiosk (reduced capabilities) mode

2012-07-27 Thread John Stultz
On 07/27/2012 06:26 PM, Anton Vorontsov wrote: On Fri, Jul 27, 2012 at 12:30:49PM -0700, Colin Cross wrote: The are two use-cases for the mode, one is evil, but another is quite legitimate. The evil use case is used by some (ahem) phone manufaturers that want to have a debuging facilities on a

Re: [PATCH 0/7] KDB: Kiosk (reduced capabilities) mode

2012-07-27 Thread Anton Vorontsov
On Fri, Jul 27, 2012 at 12:30:49PM -0700, Colin Cross wrote: > > The are two use-cases for the mode, one is evil, but another is quite > > legitimate. > > > > The evil use case is used by some (ahem) phone manufaturers that want > > to have a debuging facilities on a production device, but still do

Re: [PATCH 0/7] KDB: Kiosk (reduced capabilities) mode

2012-07-27 Thread Colin Cross
On Thu, Jul 26, 2012 at 7:25 AM, Anton Vorontsov wrote: > Hi all, > > Here is a patchset that implements "kiosk" mode for KDB debugger. The > mode provides reduced set of features, so that it is no longer possible > to leak sensitive data via the debugger, and not possible to change > program flow

[PATCH 0/7] KDB: Kiosk (reduced capabilities) mode

2012-07-26 Thread Anton Vorontsov
Hi all, Here is a patchset that implements "kiosk" mode for KDB debugger. The mode provides reduced set of features, so that it is no longer possible to leak sensitive data via the debugger, and not possible to change program flow in a predefined manner. The are two use-cases for the mode, one is