j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2008-05-28 21:15:45 +0200 (Wed, 28 May 2008) New Revision: 830
Modified: cpu/x86/pc/olpc/security.fth Log: OLPC - made the "enter" client service check the security state, so you can only get to the ok prompt that way if you have security disabled or a developer key.
Modified: cpu/x86/pc/olpc/security.fth =================================================================== --- cpu/x86/pc/olpc/security.fth 2008-05-28 19:13:34 UTC (rev 829) +++ cpu/x86/pc/olpc/security.fth 2008-05-28 19:15:45 UTC (rev 830) @@ -571,6 +571,10 @@ stand-init-io " wp" find-tag if 2drop true to secure? then ; + +dev /client-services +: enter ( -- ) secure? 0= security-off? or if visible enter then ; +dend warning !
: message-and-off ( -- )