summarylogtreecommitdiffstats
path: root/nodrm.patch
blob: a78c264339794ae83f02fc89027af4d7ee3a50e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pida-build/pida/core/application.py.orig	2010-04-25 16:15:17.000000000 -0400
+++ pida-build/pida/core/application.py	2010-04-25 16:15:40.000000000 -0400
@@ -59,8 +59,8 @@
 
 
 # Prevent PIDA from being run as root.
-if os.getuid() == 0:
-    die_gui("Pida should not be run as root", "Pida is dying")
+#if os.getuid() == 0:
+#    die_gui("Pida should not be run as root", "Pida is dying")
 
 # This can test if PIDA is installed
 # also we have to import pdbus here so it gets initialized very early