Activation and developer keys

From OLPC

(Difference between revisions)
Jump to: navigation, search
(Eliminated uneeded numbering in new capabilities section)
m (typo)
 
(34 intermediate revisions not shown)
Line 1: Line 1:
-
<noinclude>{{ GoogleTrans-en | es =show | bg =show | zh-CN =show | zh-TW =show | hr =show | cs =show | da =show | nl =show | fi =show | fr =show | de =show | el =show | hi =show | it =show | ja =show | ko =show | no =show | pl =show | pt =show | ro =show | ru =show | sv =show }}</noinclude>{{OLPC}}
+
<noinclude>{{Google Translations}}</noinclude>{{OLPC}}
{{Developers}}
{{Developers}}
{{Translations}}
{{Translations}}
 +
{{TOCright}}
-
A developer key is a file containing cryptographic information tied to a specific XO laptop.
+
* A '''developer key''' is a file named '''develop.sig''' containing cryptographic information tied to a specific XO laptop that can be used to disable various security features.
-
== What you can do with a developer key ==
+
* An '''activation key''' or '''activation''' is a file named '''lease.sig''' containing a cryptographic signature tied to a specific XO laptop and provides the ability for the system to run up until a set date and time.
-
If you don't have a developer key, and your laptop has firmware security enabled, it will not let you do anything except boot an OLPC-signed operating system, and use the OLPC-provided software.  If you insert a USB flash drive or SD card, the boot firmware will only boot from it if the files are tested and cryptographically signed by OLPC.
+
-
If the boot [[firmware]] sees a developer key in <tt>/security/develop.sig</tt>, it makes the XO laptop work just like any ordinary PC-style laptop:
+
* The activation system is part of the security system. Therefore, when the security system is disabled (with a developer key), activations become irrelevant: they are not needed for system operation.
-
* it will let you interrupt the boot process and enter commands
+
-
* it will try to boot and run any program you supply to it, such as a Fedora or Debian Linux system, no matter whether the OLPC organization has tested, approved, or signed it.
+
-
The laptop also works this way if its firmware security is [[#Disable_the_security_system|permanently disabled]].
+
-
OLPC produces many unsigned [[OS images|operating system images]] for development and testing, which will only work in your laptop if you have a developer key.  Also, if your laptop refuses to boot because the clock is set wrong, or complains about an unsigned kernel, getting a developer key is a critical part of diagnosing and/or fixing the trouble.
+
* Laptops can have the security system active but also be '''preactivated''' meaning that they will never request or use an activation, even though the rest of the features of the security system remain active.
-
This firmware security is part of the [[BitFrost|BitFrost security system]], and is used to ensure that unless the user has specifically opted out, their basic operating software remains unmodified.  This feature is contentious (see [[Talk:Activation_and_developer_keys#Activation_and_Developer_Keys_as_DRM|discussion]]).  Frequently referred to as "[[Wikipedia:Tivoization|Tivoization]]", this kind of deliberate manufacturer's restriction on ordinary people's use of their hardware is a form of "[[Wikipedia:Digital Rights Management|Digital Rights Management]]" or DRM.  Bypassing the XO firmware security ([[Wikipedia:Privilege escalation|jailbreaking]]) is relatively easy because the OLPC organization explicitly allows it, via the process described in this web page.
+
== Is your laptop secured? ==
-
All production XO laptops have had firmware security enabled.  This includes laptops obtained through the [[G1G1|Give One, Get One]] program.
+
* [[G1G1 2007|Give One, Get One 2007]] and [[G1G1 2008|Give One, Get One 2008]] customers received laptops with the security system fully enabled, but the laptops are also preactivated meaning that they do not require an activation. Developer keys are required for some operations.
 +
* If your laptop is part of a deployment, the choice of security, security + preactivation, or no security is defined by the deployment. When buying laptops from OLPC, the customer specifies their choice and the laptops are programmed accordingly at the factory (you may be able to determine this from the [[Manufacturing data]] page). In some cases, this choice is then changed manually by the customer after the laptops have been received.
-
The firmware will look for a developer key on your laptop's internal flash memory; on any USB flash drive that's plugged in; and on any SD card that's plugged in. It needs to be in <tt>/security</tt>. (See [[Firmware security]] for the gory details.) 
+
== What the security system does ==
-
With a developer key, whenever the laptop boots, the firmware will give you the option to press the Escape key (at the upper left, marked [[Image:Esc.png]]) and get an ok prompt, which lets you enter commands in Forth. If you don't press the Escape key, after a short countdown the firmware continues booting the operating system.
+
* Unless the laptop is '''preactivated''', the system will only boot while it has a valid and non-expired '''activation'''.
-
* This is the insecure boot process, and it will boot into any image you install on the xo.
+
* The only operating systems images that can be installed are those that are signed by a trusted party (which can be OLPC, the deployment, etc, based on the laptop's configuration at the factory).
-
* Rather than drawing pretty pictures on the screen, lots of text messages will be displayed, and will eventually scroll up the screen.  This is normal, and can be useful for diagnosing problems in your laptop.
+
* The only firmware releases that can be installed are those that are signed by a trusted party.
-
* The insecure boot process does not automatically upgrade firmware; you will be responsible for updating your firmware yourself.
+
* The only kernels and initramfs (boot code) that can be booted are those that are signed by a trusted party.
 +
* You cannot gain access to Open Firmware's [[ok]] prompt.
 +
 
 +
A developer key will disable all of these functions, providing no restrictions on what code can be ran and whether the laptop can or can't be used.
 +
 
 +
=== Where the developer key can be placed ===
 +
 
 +
When the XO boots, its [[firmware]] checks to see if security is enabled or [[#Disable_the_security_system|permanently disabled]] (a system parameter).  If it is enabled, it looks for the a developer key, at <tt>/security/develop.sig</tt>, on any USB flash drive or SD card that's plugged in, and on the internal disk storage. (See [[Firmware security]] for the gory details.)
 +
 
 +
If that file is there (and contains an appropriate string), the XO will act as though it is unsecured:
 +
* You will be able to interrupt the boot process and enter commands
 +
* You can run any program or disk image you supply to it, such as a Fedora or Debian Linux system.
 +
 
 +
=== Why you might want to unsecure your XO ===
 +
OLPC and others produce unsigned [[OS images|operating system images]] for development and testing.  These will only work on unsecured laptops. 
 +
 
 +
Various repair procedures, such as [[Fix clock|reprogramming the clock]] require the security system to be disabled (perhaps only temporarily).
 +
 
 +
=== When "secured" laptops can be useful ===
 +
 
 +
This security is part of the [[Bitfrost|Bitfrost security system]], and is used to ensure that unless the user has specifically opted out, their basic operating software remains unmodified, and provides various antitheft controls. Many OLPC customers express that security and antitheft systems are of high priority.
 +
 
 +
=== How to tell if your laptop is secured ===
 +
 
 +
A fast way to tell is when the laptop is turned on after being off:
 +
 
 +
*when secured, the firmware will ''not'' let you press the Escape key [[Image:Esc.png]] to get an [[ok]] prompt, and will ''not'' boot from an unsigned USB drive.
 +
*when not secured, or with a developer key present, the firmware will let you press the Escape key to get an [[ok]] prompt, which lets you enter commands in Forth.
 +
*if you don't press the Escape key, the firmware continues booting the operating system.
 +
 
 +
A slow way to tell is once the laptop is booted, use the Terminal activity, and check the contents of the manufacturing data tags, using this command:
 +
olpc-hwinfo mfg-tag wp && echo yes
 +
It will say "yes" if the ''wp'' tag is present, which means security is enabled.
 +
 
 +
(''olpc-hwinfo'' is a feature of recent operating system builds.  If you see a ''command not found'' error, then read the manufacturing data tags manually by looking in /ofw/mfg-data or /proc/device-tree/mfg-data.)
==Getting a developer key for your running XO laptop==
==Getting a developer key for your running XO laptop==
-
# On your XO, open the [[Browse]] activity.
+
There's a "Developer key request" web page on the XO to apply for a key.
-
# There's a "Developer key request" web page on the XO to apply for a key. There are several ways to navigate to this page:
+
 
-
#* In all builds, you can type '''file:///home/.devkey.html''' in the browse location field to get to the request page.
+
# On your XO, open a new [[Browse]] activity, and navigate to the request page:
-
#* In recent builds (including 8.2.0), "Get a developer key" is at the bottom of the Browse start page.
+
#* For release 8.2.0, 10.1.x, and later, click on the link "get a developer key" at the bottom of the Browse start page,
-
#* In older builds (8.1, 703 and higher), click "activities" in the OLPC Library left-hand navigation, click on the sub-menu "find activities", and at the bottom of the page that displays is the "apply for developer key" link. Also, under "books" in the OLPC Library, click on the sub-menu "explore your xo", click "troubleshooting", and under "How do I get a developer key for my laptop" is a link to "submit this form"
+
#* otherwise, type '''file:///home/.devkey.html''' in the browse location field and press enter.
-
#* In still older builds (7.1, 650, 653, and 656), click on the Library link "other" and then on "about your xo". Click on the "apply for a developer key" link at the very bottom of the page. (You can press the 'check mark' (✓) game key to quickly get to the bottom of the page.)
+
# Follow the directions to apply for a developer key; it should be created in a day or two.
# Follow the directions to apply for a developer key; it should be created in a day or two.
# Go back to the request page when your key is ready, and follow the instructions to download your key to your XO.   
# Go back to the request page when your key is ready, and follow the instructions to download your key to your XO.   
Line 41: Line 72:
''Tip:'' if the typeface is too difficult to read easily, you can use Browse's Zoom options (in the View menu) to make it larger.  Alternatively, you can copy the text and paste it into the Write activity, where you can resize it.
''Tip:'' if the typeface is too difficult to read easily, you can use Browse's Zoom options (in the View menu) to make it larger.  Alternatively, you can copy the text and paste it into the Write activity, where you can resize it.
-
== After you get a developer key ==
+
== Using a developer key ==
=== Make back up copies! ===
=== Make back up copies! ===
-
However you get a key, please '''''make a copy of it on some other computer''''', one that gets backed up regularly, in case this one is lost.  Also, you should copy your developer key to <tt>/security/develop.sig</tt> on a USB flash drive, if you have one.
+
However you get a key, please '''''make a copy of it on some other computer''''', one that gets backed up regularly, in case this one is lost.  Also, you should copy your developer key to <tt>/security/develop.sig</tt> on a USB drive, if you have one.
-
===Disable the security system===
+
=== Disabling the security system===
-
Once you have a developer key and have booted your system using it, it is possible to permanently disable the firmware security system, even if your XO's developer key goes away.  If you forget to do this, and you usually run ordinary free software distributions like Debian, Ubuntu, or Fedora on your XO, your XO will at some point refuse to boot.
+
Once you have a developer key:
-
To will permanently turn off firmware security on your laptop:
+
* Make sure it is in the <tt>/security/</tt> directory on your USB drive or SD card.
-
# [[Reboot]] the XO
+
* Plug it into your XO before booting it.  Boot your XO with that drive/card plugged in.
-
# Press the Esc key during boot to get to the 'ok' prompt.
+
* You can now either immediately install unsigned software, or interact with the firmware -- including permanently disabling the firmware security system.  (Once this is turned off, you will no longer need your XO's developer key to run the machine in "unsecured" mode.) 
-
# Type 'disable-security' at the 'ok' prompt and press enter
+
 
 +
To '''permanently turn off firmware security''':
 +
* Boot the XO as above, with a USB drive or SD card with the developer key plugged in.  Interrupt the boot sequence: press the [[File:Esc.png]] ''Escape'' key a few times during the startup sound, just after turning the laptop on, to bring up the firmware [[Ok|Ok prompt]].  (for other ways to reach the prompt, see [[Ok prompt]].)
 +
* Type <tt>''disable-security''</tt>.  Press enter.
 +
 
 +
# If ''disable-security'' says "No wp tag", it means that security is already disabled.
 +
#:
 +
# If ''disable-security'' says "Restarting to enable SPI flash writing.  Try again after the system restarts.", you'll need to start over with the Esc key again as above.
 +
#:
 +
 
 +
* When security is disabled, you can re-enable it for a single boot (say, to test how a secured machine would work) by [[Cheat codes|pressing the X gamepad key]] while powering on.  This is useful to do firmware upgrades from signed builds.  It can also help to test secure boot on release candidates.
 +
* You can reverse the ''disable-security'' command by entering ''enable-security'' at the 'ok' prompt.  Security will then be permanently enabled until disabled again.
 +
* You can see the raw manufacturing data where the ''disable-security'' setting is stored by typing ".mfg-data".  See [[Manufacturing data]] for details.
 +
 
 +
==== Troubleshooting disabling of the security system ====
 +
Some of us have had some issues with disabling the security when the developer key is on a USB drive. This may happen if the USB drive is incompatible with the firmware. If you experience this problem, try using an SD card instead. It should be vfat formatted.
 +
 
 +
If you are on Linux:
 +
<pre>
 +
mkfs.vfat -I /dev/sdX
 +
</pre>
 +
then mount the SD card
 +
<pre>
 +
mount -t vfat /dev/sdX /media/yourmountpoint
 +
cp develop.sig /media/yourmountpoint
 +
</pre>
 +
 
 +
Once you are done unmount your SD card:
 +
umount /dev/sdX
 +
 
 +
then stick the SD into the XO (it is under the screen, you need to turn it -- it is on the right side), reboot and hold down [[Image:Esc.png]] -- then you will get to an {ok} prompt
 +
type:
 +
 
 +
<pre>
 +
disable-security
 +
</pre>
 +
 
 +
it will automatically reboot to enable access to internal data, and you must repeat this step, then it will update the internal data and reboot again.
 +
 
 +
Once it finishes booting, copy the developer key to the disk:
 +
 
 +
<pre>
 +
cd /media/$some-automatically-mounted-name 
 +
su
 +
cp develop.sig /security
 +
</pre>
 +
 
 +
Now you can reboot and take out the SD card if you hit [[Image:Esc.png]] it will bring you to the {ok} prompt
-
If disable-security says "Restarting to enable SPI flash writing.  Try again after the system restarts.", you'll need to start over with the Esc key again as above.  If disable-security says "No wp key", it means that security is already disabled.
 
-
* When security is disabled, you can still re-enable it for a single boot by [[Cheat codes|pressing the X gamepad key]] while turning the power on.  This is useful to do firmware upgrades from signed builds.  It can also help to test secure boot on release candidates.
 
-
* You can reverse the 'disable-security' command by entering 'enable-security' at the 'ok' prompt.
 
-
* You can see the raw manufacturing data where the disable-security setting is stored by typing ".mfg-data".  See [[Manufacturing data]] for details. 
 
=== If you wipe out your developer key ===
=== If you wipe out your developer key ===
Line 66: Line 140:
* Revert to a previous OS image. Try pressing the 'O' (circle) gamepad key while booting. That will attempt to boot a previous version of the OS, and if it was signed it will succeed.  
* Revert to a previous OS image. Try pressing the 'O' (circle) gamepad key while booting. That will attempt to boot a previous version of the OS, and if it was signed it will succeed.  
* Reflash again with a signed OS image.
* Reflash again with a signed OS image.
-
* Insert a USB flash drive or SD card with your developer key on it in <tt>/security/develop.sig</tt> (this is why you should always be sure to backup <tt>develop.sig</tt>), which will allow booting of the unsigned OS image and/or let you get to the 'ok' prompt to disable security.
+
* Insert a USB drive or SD card with your developer key on it in <tt>/security/develop.sig</tt> (this is why you should always be sure to backup <tt>develop.sig</tt>), which will allow booting of the unsigned OS image and/or let you get to the 'ok' prompt to disable security.
Once boot completes you can restore your developer key back to NAND flash by typing in a [[Terminal Activity|terminal]] something like
Once boot completes you can restore your developer key back to NAND flash by typing in a [[Terminal Activity|terminal]] something like
Line 73: Line 147:
==Getting a developer key without WiFi==
==Getting a developer key without WiFi==
-
If you have some network access, you can:
+
If you have wired network access, you can:
* use a [[USB ethernet adaptors|USB-to-wired ethernet adapter]] to get your XO on the net, then follow the above instructions.
* use a [[USB ethernet adaptors|USB-to-wired ethernet adapter]] to get your XO on the net, then follow the above instructions.
 +
==Getting a developer key without any network access==
* copy the file /home/.devkey.html from the XO to another (network-connected) machine, and perform the process from that machine. Entering the following command in the [[Terminal]] activity will copy it to any USB devices connected:
* copy the file /home/.devkey.html from the XO to another (network-connected) machine, and perform the process from that machine. Entering the following command in the [[Terminal]] activity will copy it to any USB devices connected:
-
** <tt>cp -p /home/.devkey.html /media/*/devkey.html</tt>
+
** <tt>cp -p /home/.devkey.html /var/run/media/*/devkey.html</tt>
 +
== How to get a developer key when Browse freezes ==
 +
At times Browse can freeze when trying to activate your key. An alternative way of activating is by starting Terminal or by pressing Ctrl+Alt+[[Image:Friends key f2 small.png]] to get to a console and get the serial + uuid for activation. Once you see the terminal, you may need to type in "root" with no password to login.
 +
 +
Next type in:
 +
vi /home/.devkey.html
 +
 +
on line 16, there should be the serial_num (write down what it says under VALUE="....") and what it says on line 17 the uuid VALUE=...". You will need this information to register for your key.
 +
 +
Next, on a computer that has web access and click on: [https://activation.laptop.org/devkey/post/ https://activation.laptop.org/devkey/post/] and enter in the serial and uuid that you got from the .devkey.html file and click on "Request developer key".
 +
 +
You should then return to the web page after 24 hours. Your key will be ready for you.
== Getting a developer key without network ==
== Getting a developer key without network ==
Line 86: Line 172:
: Cambridge, MA 02142
: Cambridge, MA 02142
-
Your key will be mailed back to you.
+
Of course you must include your serial number (typically looks like CSNxxxxxxxx, SHFxxxxxxxx, or SHCxxxxxxxx) to deactivate antitheft on this particular computer.
 +
 
 +
Your key will then be mailed back to you.
=== If the machine won't boot ===
=== If the machine won't boot ===
Line 93: Line 181:
==== Generate a laptops.dat file ====
==== Generate a laptops.dat file ====
-
See [[#Collecting serial numbers with a USB stick|the USB stick method]] described below.  You can collect a laptops.dat file with the UUID information of your machine, or of many machines, with a single stick.  This method will sometimes work when simply submitting the serial number to OLPC doesn't.  This is because the laptops.dat file contains additional information about the system (the system date and UUID) which must be correct but is looked up or assumed when only a serial number is submitted.
+
See [[#Via_USB_drive|the USB drive]] directly below.  You can collect a laptops.dat file with the UUID information of your machine, or of many machines, with a single stick.  This method will sometimes work when simply submitting the serial number to OLPC doesn't.  This is because the laptops.dat file contains additional information about the system (the system date and UUID) which must be correct but is looked up or assumed when only a serial number is submitted.
-
=== Getting devkey data via USB stick ===
+
=== Via USB drive ===
-
This requires a USB memory stick, and manual assistance from someone at OLPC.  The memory stick must be set up to work as a ''collection stick'' by adding code that at boot time copies information from the XO to itself.  After using it, you should send the resulting file to OLPC.
+
This requires a USB drive.  The drive must be set up to work as a ''collection stick'' by adding code that at boot time copies information from the XO to itself.  After using it, you may enter the resulting serial number(s) and UUID(s) into OLPC's web site: https://activation.laptop.org/devkey/post/
<!--To start the process, you will need to provide OLPC with both the Serial Number of your machine, and its UUID.  The Serial Number is conveniently printed on a sticker in the battery compartment, and looks like "CSN74701E2F".  The UUID is unfortunately only stored internally.  
<!--To start the process, you will need to provide OLPC with both the Serial Number of your machine, and its UUID.  The Serial Number is conveniently printed on a sticker in the battery compartment, and looks like "CSN74701E2F".  The UUID is unfortunately only stored internally.  
Line 104: Line 192:
* Plug the stick it into your laptop and power it on
* Plug the stick it into your laptop and power it on
* It will display a pretty "XO" screen and then a short message like "SHFxxxxxxxx nnnnnnnnnnnnnnn; Laptop data recorded successfully".  After a few seconds it will power itself off or indicate it is done.
* It will display a pretty "XO" screen and then a short message like "SHFxxxxxxxx nnnnnnnnnnnnnnn; Laptop data recorded successfully".  After a few seconds it will power itself off or indicate it is done.
-
* Remove the USB stick and move the file to a different computer
+
* Remove the USB drive and move the file to a different computer
* Open <tt>laptops.dat</tt> in a text editor and take a look.
* Open <tt>laptops.dat</tt> in a text editor and take a look.
-
* Enter your Serial Number (EG. CSNxxxxxxxx, SHFxxxxxxxx, or SHCxxxxxxxx) and UUID (nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn) from <tt>laptops.dat</tt> into https://activation.laptop.org/devkey/post/
+
* Enter your Serial Number (e.g., CSNxxxxxxxx, SHFxxxxxxxx, or SHCxxxxxxxx) and UUID (nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn) from <tt>laptops.dat</tt> into https://activation.laptop.org/devkey/post/
-
* Return to https://activation.laptop.org/devkey/post/ 24hrs later and your Developer Key should be ready!
+
* Return to https://activation.laptop.org/devkey/post/ between 15 minutes and 24 hours later and your Developer Key should be ready!
* Problems? Email the <tt>laptops.dat</tt> file to help@laptop.org . Please describe your problem, including the serial number (printed inside your battery compartment, visible when you remove the battery), and attach the resulting <tt>laptops.dat</tt> file.
* Problems? Email the <tt>laptops.dat</tt> file to help@laptop.org . Please describe your problem, including the serial number (printed inside your battery compartment, visible when you remove the battery), and attach the resulting <tt>laptops.dat</tt> file.
==== Setting up a collection stick ====
==== Setting up a collection stick ====
# Download [[media:Actos.zip|Actos.zip]] and [[media:Runos.zip|Runos.zip]]  (its source code in Forth, if you're interested, is at http://dev.laptop.org/git?p=users/cscott/actkey; it will only run if it's put into a signed zip file.)
# Download [[media:Actos.zip|Actos.zip]] and [[media:Runos.zip|Runos.zip]]  (its source code in Forth, if you're interested, is at http://dev.laptop.org/git?p=users/cscott/actkey; it will only run if it's put into a signed zip file.)
-
# Put these files into the <big><tt>'''/boot/'''</tt></big> directory on a FAT-formatted or FAT32-formatted USB flash drive.
+
# Put these files into the <big><tt>'''/boot/'''</tt></big> directory on a FAT-formatted or FAT32-formatted USB drive.
-
#* Most USB flash drives use FAT or FAT32 when you buy them (except "U2" memory sticks which probably won't work; they contain their own ugly DRM stuff).
+
#* Most USB drives use FAT or FAT32 when you buy them (except "U2" drives which probably won't work; they contain their own ugly DRM stuff).
-
# Your USB flash drive should contain these files (and nothing else in the boot directory):
+
# Your USB drive should contain these files (and nothing else in the boot directory):
#:boot/
#:boot/
#:boot/Actos.zip
#:boot/Actos.zip
#:boot/Runos.zip  
#:boot/Runos.zip  
-
# If there is an old <tt>laptops.dat</tt> file on the USB flash drive from an earlier collection of laptops, you can delete it. However, see below : if you are gathering data from a number of laptops, '''do not''' delete the file in between XOs.  The USB flash drive can have any other files on it that you like.
+
# If there is an old <tt>laptops.dat</tt> file on the USB drive from an earlier collection of laptops, you can delete it. However, see below : if you are gathering data from a number of laptops, '''do not''' delete the file in between XOs.  The USB drive can have any other files on it that you like.
==== Getting devkey data for many XOs at once ====  
==== Getting devkey data for many XOs at once ====  
Line 125: Line 213:
# Repeat the above process, inserting your collection stick and powering on the laptop, for each XO in turn.
# Repeat the above process, inserting your collection stick and powering on the laptop, for each XO in turn.
#* This will combine metadata for each laptop into one laptops.dat file, so do not delete the <tt>laptops.dat</tt> file in between.
#* This will combine metadata for each laptop into one laptops.dat file, so do not delete the <tt>laptops.dat</tt> file in between.
-
# Enter all Serial Numbers (EG. CSNxxxxxxxx, SHFxxxxxxxx, or SHCxxxxxxxx) and UUID's (nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn) from <tt>laptops.dat</tt> into self-service site https://activation.laptop.org/devkey/post/ as described above.
+
# Enter all Serial Numbers (e.g., CSNxxxxxxxx, SHFxxxxxxxx, or SHCxxxxxxxx) and UUID's (nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn) from <tt>laptops.dat</tt> into self-service site https://activation.laptop.org/devkey/post/ as described above.
# If problems, email the resulting <tt>laptops.dat</tt> file to help@laptop.org, indicating the # of laptops you need keys for, and explaining extenuating circumstances.
# If problems, email the resulting <tt>laptops.dat</tt> file to help@laptop.org, indicating the # of laptops you need keys for, and explaining extenuating circumstances.
Line 131: Line 219:
=== What to do when you receive your activation or developer keys ===
=== What to do when you receive your activation or developer keys ===
-
''NB: OLPC may also send you other files to put on the USB flash drive, to help to patch or circumvent whatever problem is preventing your laptop from booting properly.''
+
''NB: OLPC may also send you other files to put on the USB drive, to help to patch or circumvent whatever problem is preventing your laptop from booting properly.''
-
# You can use the same USB flash drive that you used as collector stick. <!-- but rename the <tt>boot</tt> directory to something else (perhaps ''<tt>collboot</tt>''), otherwise your laptop will just re-run the collection script. -->
+
# You can use the same USB drive that you used as collector stick. <!-- but rename the <tt>boot</tt> directory to something else (perhaps ''<tt>collboot</tt>''), otherwise your laptop will just re-run the collection script. -->
# You'll receive one or two files from OLPC.  Extract the file or files using your email program.
# You'll receive one or two files from OLPC.  Extract the file or files using your email program.
-
#* If you receive a <tt>'''lease.sig'''</tt> file, it's your activation key.  (G1G1 laptops don't need one.)  Copy the file into the root directory of your USB flash drive.
+
#* If you receive a <tt>'''lease.sig'''</tt> file, it's your activation key.  (G1G1 laptops don't need one.)  Copy the file into the root directory of your USB drive.
-
# Make a directory called <tt>'''security/'''</tt> in the root directory of your USB flash drive, and copy the developer key <tt>'''develop.sig'''</tt> file into it.
+
# Make a directory called <tt>'''security/'''</tt> in the root directory of your USB drive, and copy the developer key <tt>'''develop.sig'''</tt> file into it.
-
# You should now have these files on your key:  
+
# You should now have these files on your USB drive:  
#: <tt>lease.sig</tt>  (if received)
#: <tt>lease.sig</tt>  (if received)
#: <tt>security/</tt>
#: <tt>security/</tt>
#: <tt>security/develop.sig</tt>
#: <tt>security/develop.sig</tt>
-
# With the laptop powered off, insert the key into a USB port and power it on.
+
# With the laptop powered off, insert the USB drive into a USB port and power it on.
#: If the laptop wasn't previously activated, it will now boot.  
#: If the laptop wasn't previously activated, it will now boot.  
#: Any activation key provided will be copied to <tt>'''/security/lease.sig'''</tt> on the XO.  Keep the activation key around (or copy it to your school server) in case you later need to reflash the XO.
#: Any activation key provided will be copied to <tt>'''/security/lease.sig'''</tt> on the XO.  Keep the activation key around (or copy it to your school server) in case you later need to reflash the XO.
-
# If you have a developer key, you should see a textual prompt, which you will see within the first few seconds of booting (along with a short countdown to give you time to hit the Escape key). This is your indication that the developer key has been found.
+
# The XO searches for <tt>/security/develop.sig</tt> on any media (not just the internal NAND). As of recent builds, there is no longer any visual indication that the XO found a developer key in the normal boot graphics. You can check whether the developer key was accepted by entering the OFW prompt by pressing ''Escape'' key (at the upper left, marked [[Image:Esc.png]]) immediately after powering on the laptop, such as at the time the speakers chime.
-
#* To permanently disable secure booting, press ''Escape'' and type "<tt>disable-security</tt>", then power cycle and repeat that command. (see [[#Disabling security|Disabling Security]], above.)
+
#* To permanently disable secure booting, press ''Escape'' and type "<tt>disable-security</tt>", then power cycle and repeat that command. (see [[#Disabling the security system|Disabling the security system]], above.)
-
# The developer key is not automatically copied to your laptop's internal flash memory.  You can do that by copying <tt>security/develop.sig</tt> from the USB flash drive into <tt>'''/security/develop.sig'''</tt> on the XO.  You'll need to be [[root]] in a [[Terminal activity]] to do that.  
+
# The developer key is not automatically copied to your laptop's internal flash memory.  You can do that by copying <tt>security/develop.sig</tt> from the USB drive into <tt>'''/security/develop.sig'''</tt> on the XO.  You'll need to be [[root]] in a [[Terminal activity]] to do that.  
-
Remove the USB key as usual -- via the Journal or after you are at an "ok" prompt in the boot firmware.  
+
Remove the USB drive as usual -- via the Journal or after you are at an "ok" prompt in the boot firmware.  
-
If you requested keys for more than one laptop, you can use the same process and the same USB key for each laptop.
+
If you requested keys for more than one laptop, you can use the same process and the same USB drive for each laptop.
== See also ==
== See also ==
Line 159: Line 247:
''Note: the Developer key page generated by the OLPC Activation Service (in response to a developer key request from the XO) links to this page.''
''Note: the Developer key page generated by the OLPC Activation Service (in response to a developer key request from the XO) links to this page.''
-
 
[[Category:Developers]] [[Category:Firmware]] [[Category:Copyright]] [[Category:OLPC FAQ]] [[Category:OS]] [[Category:Security]] [[Category:Software development]] [[Category:Repair]] [[Category:Wiki pages that XO content links to]]
[[Category:Developers]] [[Category:Firmware]] [[Category:Copyright]] [[Category:OLPC FAQ]] [[Category:OS]] [[Category:Security]] [[Category:Software development]] [[Category:Repair]] [[Category:Wiki pages that XO content links to]]

Current revision as of 01:50, 17 February 2013

  This page is monitored by the OLPC team.
  english | español HowTo [ID# 281058]  +/-  

Contents

  • A developer key is a file named develop.sig containing cryptographic information tied to a specific XO laptop that can be used to disable various security features.
  • An activation key or activation is a file named lease.sig containing a cryptographic signature tied to a specific XO laptop and provides the ability for the system to run up until a set date and time.
  • The activation system is part of the security system. Therefore, when the security system is disabled (with a developer key), activations become irrelevant: they are not needed for system operation.
  • Laptops can have the security system active but also be preactivated meaning that they will never request or use an activation, even though the rest of the features of the security system remain active.

Is your laptop secured?

  • Give One, Get One 2007 and Give One, Get One 2008 customers received laptops with the security system fully enabled, but the laptops are also preactivated meaning that they do not require an activation. Developer keys are required for some operations.
  • If your laptop is part of a deployment, the choice of security, security + preactivation, or no security is defined by the deployment. When buying laptops from OLPC, the customer specifies their choice and the laptops are programmed accordingly at the factory (you may be able to determine this from the Manufacturing data page). In some cases, this choice is then changed manually by the customer after the laptops have been received.

What the security system does

  • Unless the laptop is preactivated, the system will only boot while it has a valid and non-expired activation.
  • The only operating systems images that can be installed are those that are signed by a trusted party (which can be OLPC, the deployment, etc, based on the laptop's configuration at the factory).
  • The only firmware releases that can be installed are those that are signed by a trusted party.
  • The only kernels and initramfs (boot code) that can be booted are those that are signed by a trusted party.
  • You cannot gain access to Open Firmware's ok prompt.

A developer key will disable all of these functions, providing no restrictions on what code can be ran and whether the laptop can or can't be used.

Where the developer key can be placed

When the XO boots, its firmware checks to see if security is enabled or permanently disabled (a system parameter). If it is enabled, it looks for the a developer key, at /security/develop.sig, on any USB flash drive or SD card that's plugged in, and on the internal disk storage. (See Firmware security for the gory details.)

If that file is there (and contains an appropriate string), the XO will act as though it is unsecured:

  • You will be able to interrupt the boot process and enter commands
  • You can run any program or disk image you supply to it, such as a Fedora or Debian Linux system.

Why you might want to unsecure your XO

OLPC and others produce unsigned operating system images for development and testing. These will only work on unsecured laptops.

Various repair procedures, such as reprogramming the clock require the security system to be disabled (perhaps only temporarily).

When "secured" laptops can be useful

This security is part of the Bitfrost security system, and is used to ensure that unless the user has specifically opted out, their basic operating software remains unmodified, and provides various antitheft controls. Many OLPC customers express that security and antitheft systems are of high priority.

How to tell if your laptop is secured

A fast way to tell is when the laptop is turned on after being off:

  • when secured, the firmware will not let you press the Escape key Image:Esc.png to get an ok prompt, and will not boot from an unsigned USB drive.
  • when not secured, or with a developer key present, the firmware will let you press the Escape key to get an ok prompt, which lets you enter commands in Forth.
  • if you don't press the Escape key, the firmware continues booting the operating system.

A slow way to tell is once the laptop is booted, use the Terminal activity, and check the contents of the manufacturing data tags, using this command:

olpc-hwinfo mfg-tag wp && echo yes

It will say "yes" if the wp tag is present, which means security is enabled.

(olpc-hwinfo is a feature of recent operating system builds. If you see a command not found error, then read the manufacturing data tags manually by looking in /ofw/mfg-data or /proc/device-tree/mfg-data.)

Getting a developer key for your running XO laptop

There's a "Developer key request" web page on the XO to apply for a key.

  1. On your XO, open a new Browse activity, and navigate to the request page:
    • For release 8.2.0, 10.1.x, and later, click on the link "get a developer key" at the bottom of the Browse start page,
    • otherwise, type file:///home/.devkey.html in the browse location field and press enter.
  2. Follow the directions to apply for a developer key; it should be created in a day or two.
  3. Go back to the request page when your key is ready, and follow the instructions to download your key to your XO.
    • Once your key has been created, you can return to this page at any time on your XO to re-download it; there will be no further creation delay.
  4. Reboot your XO.

Tip: if the typeface is too difficult to read easily, you can use Browse's Zoom options (in the View menu) to make it larger. Alternatively, you can copy the text and paste it into the Write activity, where you can resize it.

Using a developer key

Make back up copies!

However you get a key, please make a copy of it on some other computer, one that gets backed up regularly, in case this one is lost. Also, you should copy your developer key to /security/develop.sig on a USB drive, if you have one.

Disabling the security system

Once you have a developer key:

  • Make sure it is in the /security/ directory on your USB drive or SD card.
  • Plug it into your XO before booting it. Boot your XO with that drive/card plugged in.
  • You can now either immediately install unsigned software, or interact with the firmware -- including permanently disabling the firmware security system. (Once this is turned off, you will no longer need your XO's developer key to run the machine in "unsecured" mode.)

To permanently turn off firmware security:

  • Boot the XO as above, with a USB drive or SD card with the developer key plugged in. Interrupt the boot sequence: press the File:Esc.png Escape key a few times during the startup sound, just after turning the laptop on, to bring up the firmware Ok prompt. (for other ways to reach the prompt, see Ok prompt.)
  • Type disable-security. Press enter.
  1. If disable-security says "No wp tag", it means that security is already disabled.
  2. If disable-security says "Restarting to enable SPI flash writing. Try again after the system restarts.", you'll need to start over with the Esc key again as above.
  • When security is disabled, you can re-enable it for a single boot (say, to test how a secured machine would work) by pressing the X gamepad key while powering on. This is useful to do firmware upgrades from signed builds. It can also help to test secure boot on release candidates.
  • You can reverse the disable-security command by entering enable-security at the 'ok' prompt. Security will then be permanently enabled until disabled again.
  • You can see the raw manufacturing data where the disable-security setting is stored by typing ".mfg-data". See Manufacturing data for details.

Troubleshooting disabling of the security system

Some of us have had some issues with disabling the security when the developer key is on a USB drive. This may happen if the USB drive is incompatible with the firmware. If you experience this problem, try using an SD card instead. It should be vfat formatted.

If you are on Linux:

mkfs.vfat -I /dev/sdX

then mount the SD card

mount -t vfat /dev/sdX /media/yourmountpoint
cp develop.sig /media/yourmountpoint

Once you are done unmount your SD card:

umount /dev/sdX

then stick the SD into the XO (it is under the screen, you need to turn it -- it is on the right side), reboot and hold down Image:Esc.png -- then you will get to an {ok} prompt type:

disable-security

it will automatically reboot to enable access to internal data, and you must repeat this step, then it will update the internal data and reboot again.

Once it finishes booting, copy the developer key to the disk:

cd /media/$some-automatically-mounted-name  
su
cp develop.sig /security

Now you can reboot and take out the SD card if you hit Image:Esc.png it will bring you to the {ok} prompt


If you wipe out your developer key

If you reflash your XO you will remove /security/develop.sig. One way this can happen is if you ever do a fresh install of an operating system image using the clean-install procedure (rather than olpc-update). If you haven't disabled security and the OS image that overwrote flash is unsigned, then your laptop won't boot. But you have several options:

  • Revert to a previous OS image. Try pressing the 'O' (circle) gamepad key while booting. That will attempt to boot a previous version of the OS, and if it was signed it will succeed.
  • Reflash again with a signed OS image.
  • Insert a USB drive or SD card with your developer key on it in /security/develop.sig (this is why you should always be sure to backup develop.sig), which will allow booting of the unsigned OS image and/or let you get to the 'ok' prompt to disable security.

Once boot completes you can restore your developer key back to NAND flash by typing in a terminal something like

 cp -pi /media/MY_USB_NAME/security/develop.sig /security

or you can re-visit the "Developer key request" form and re-download your developer key. But you would be better off if you immediately disabled security, as described above; that never expires, unlike developer keys in NAND flash that often get overwritten.

Getting a developer key without WiFi

If you have wired network access, you can:

Getting a developer key without any network access

  • copy the file /home/.devkey.html from the XO to another (network-connected) machine, and perform the process from that machine. Entering the following command in the Terminal activity will copy it to any USB devices connected:
    • cp -p /home/.devkey.html /var/run/media/*/devkey.html

How to get a developer key when Browse freezes

At times Browse can freeze when trying to activate your key. An alternative way of activating is by starting Terminal or by pressing Ctrl+Alt+Image:Friends key f2 small.png to get to a console and get the serial + uuid for activation. Once you see the terminal, you may need to type in "root" with no password to login.

Next type in:

vi /home/.devkey.html

on line 16, there should be the serial_num (write down what it says under VALUE="....") and what it says on line 17 the uuid VALUE=...". You will need this information to register for your key.

Next, on a computer that has web access and click on: https://activation.laptop.org/devkey/post/ and enter in the serial and uuid that you got from the .devkey.html file and click on "Request developer key".

You should then return to the web page after 24 hours. Your key will be ready for you.

Getting a developer key without network

Via snail mail

You can submit a written request via snail mail to:

One Laptop per Child
P.O. Box 425087
Cambridge, MA 02142

Of course you must include your serial number (typically looks like CSNxxxxxxxx, SHFxxxxxxxx, or SHCxxxxxxxx) to deactivate antitheft on this particular computer.

Your key will then be mailed back to you.

If the machine won't boot

Revert to a previous OS image

First, try booting with the 'O' (circle) gamepad key held down. That will attempt to boot a previous version of the OS, after which you can use one of the options above.

Generate a laptops.dat file

See the USB drive directly below. You can collect a laptops.dat file with the UUID information of your machine, or of many machines, with a single stick. This method will sometimes work when simply submitting the serial number to OLPC doesn't. This is because the laptops.dat file contains additional information about the system (the system date and UUID) which must be correct but is looked up or assumed when only a serial number is submitted.

Via USB drive

This requires a USB drive. The drive must be set up to work as a collection stick by adding code that at boot time copies information from the XO to itself. After using it, you may enter the resulting serial number(s) and UUID(s) into OLPC's web site: https://activation.laptop.org/devkey/post/


  • Set up a collection stick
  • Plug the stick it into your laptop and power it on
  • It will display a pretty "XO" screen and then a short message like "SHFxxxxxxxx nnnnnnnnnnnnnnn; Laptop data recorded successfully". After a few seconds it will power itself off or indicate it is done.
  • Remove the USB drive and move the file to a different computer
  • Open laptops.dat in a text editor and take a look.
  • Enter your Serial Number (e.g., CSNxxxxxxxx, SHFxxxxxxxx, or SHCxxxxxxxx) and UUID (nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn) from laptops.dat into https://activation.laptop.org/devkey/post/
  • Return to https://activation.laptop.org/devkey/post/ between 15 minutes and 24 hours later and your Developer Key should be ready!
  • Problems? Email the laptops.dat file to help@laptop.org . Please describe your problem, including the serial number (printed inside your battery compartment, visible when you remove the battery), and attach the resulting laptops.dat file.

Setting up a collection stick

  1. Download Actos.zip and Runos.zip (its source code in Forth, if you're interested, is at http://dev.laptop.org/git?p=users/cscott/actkey; it will only run if it's put into a signed zip file.)
  2. Put these files into the /boot/ directory on a FAT-formatted or FAT32-formatted USB drive.
    • Most USB drives use FAT or FAT32 when you buy them (except "U2" drives which probably won't work; they contain their own ugly DRM stuff).
  3. Your USB drive should contain these files (and nothing else in the boot directory):
    boot/
    boot/Actos.zip
    boot/Runos.zip
  4. If there is an old laptops.dat file on the USB drive from an earlier collection of laptops, you can delete it. However, see below : if you are gathering data from a number of laptops, do not delete the file in between XOs. The USB drive can have any other files on it that you like.

Getting devkey data for many XOs at once

For each laptop that you want to get a Developer Key for:

  1. Repeat the above process, inserting your collection stick and powering on the laptop, for each XO in turn.
    • This will combine metadata for each laptop into one laptops.dat file, so do not delete the laptops.dat file in between.
  2. Enter all Serial Numbers (e.g., CSNxxxxxxxx, SHFxxxxxxxx, or SHCxxxxxxxx) and UUID's (nnnnnnnn-nnnn-nnnn-nnnn-nnnnnnnnnnnn) from laptops.dat into self-service site https://activation.laptop.org/devkey/post/ as described above.
  3. If problems, email the resulting laptops.dat file to help@laptop.org, indicating the # of laptops you need keys for, and explaining extenuating circumstances.

Then wait for OLPC to send you your Developer key(s) and/or Activation key(s).

What to do when you receive your activation or developer keys

NB: OLPC may also send you other files to put on the USB drive, to help to patch or circumvent whatever problem is preventing your laptop from booting properly.

  1. You can use the same USB drive that you used as collector stick.
  2. You'll receive one or two files from OLPC. Extract the file or files using your email program.
    • If you receive a lease.sig file, it's your activation key. (G1G1 laptops don't need one.) Copy the file into the root directory of your USB drive.
  3. Make a directory called security/ in the root directory of your USB drive, and copy the developer key develop.sig file into it.
  4. You should now have these files on your USB drive:
    lease.sig (if received)
    security/
    security/develop.sig
  5. With the laptop powered off, insert the USB drive into a USB port and power it on.
    If the laptop wasn't previously activated, it will now boot.
    Any activation key provided will be copied to /security/lease.sig on the XO. Keep the activation key around (or copy it to your school server) in case you later need to reflash the XO.
  6. The XO searches for /security/develop.sig on any media (not just the internal NAND). As of recent builds, there is no longer any visual indication that the XO found a developer key in the normal boot graphics. You can check whether the developer key was accepted by entering the OFW prompt by pressing Escape key (at the upper left, marked Image:Esc.png) immediately after powering on the laptop, such as at the time the speakers chime.
    • To permanently disable secure booting, press Escape and type "disable-security", then power cycle and repeat that command. (see Disabling the security system, above.)
  7. The developer key is not automatically copied to your laptop's internal flash memory. You can do that by copying security/develop.sig from the USB drive into /security/develop.sig on the XO. You'll need to be root in a Terminal activity to do that.

Remove the USB drive as usual -- via the Journal or after you are at an "ok" prompt in the boot firmware.

If you requested keys for more than one laptop, you can use the same process and the same USB drive for each laptop.

See also

Note: the Developer key page generated by the OLPC Activation Service (in response to a developer key request from the XO) links to this page.

Personal tools
  • Log in / create account
  • Login with OpenID
About OLPC
About the XO
Projects
OLPC wiki
Toolbox