summarylogtreecommitdiffstats
path: root/nodrm.patch
diff options
context:
space:
mode:
authorConnor Behan2015-07-01 00:13:44 -0400
committerConnor Behan2015-07-01 00:13:44 -0400
commit5970e6dd15d46ec3a93c4a149aa930bed0c9f9f7 (patch)
treeb85463bb75f48e22fa3028d0f59d8775c6c613c9 /nodrm.patch
downloadaur-5970e6dd15d46ec3a93c4a149aa930bed0c9f9f7.tar.gz
Initial import
Diffstat (limited to 'nodrm.patch')
-rw-r--r--nodrm.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/nodrm.patch b/nodrm.patch
new file mode 100644
index 000000000000..a78c26433979
--- /dev/null
+++ b/nodrm.patch
@@ -0,0 +1,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