Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/sugar-emulator
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sugar-emulator')
-rwxr-xr-xbin/sugar-emulator5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/sugar-emulator b/bin/sugar-emulator
index 800ca33..308aac7 100755
--- a/bin/sugar-emulator
+++ b/bin/sugar-emulator
@@ -1,5 +1,10 @@
#!/bin/sh
+if [ "$(id -u)" -eq 0 -o "$(id -ru)" -eq 0 ] ; then
+ echo Refusing to run as root.
+ exit 3
+fi
+
# Source debug definitions
if [ -f ~/.sugar/debug ]; then
. ~/.sugar/debug