[tahoe-lafs-trac-stream] [tahoe-lafs] #725: We should whine if we're running as root.
tahoe-lafs
trac at tahoe-lafs.org
Thu May 5 11:17:16 PDT 2011
#725: We should whine if we're running as root.
--------------------------------+-------------------------------------
Reporter: zandr | Owner: davidsarah
Type: enhancement | Status: assigned
Priority: major | Milestone: soon
Component: code-nodeadmin | Version: 1.4.1
Resolution: | Keywords: easy security usability
Launchpad Bug: |
--------------------------------+-------------------------------------
Changes (by davidsarah):
* keywords: easy security usability review-needed => easy security
usability
Comment:
{{{os.geteuid}}} isn't available in native-Windows Python:
{{{
Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.geteuid()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'geteuid'
}}}
Perhaps "{{{if hasattr(os, 'geteuid') and os.geteuid() == 0:}}}".
In principle you also shouldn't run as Administrator on Windows, but
that's probably too common (and Windows security is beyond fixing anyway)
to be worth warning about.
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/725#comment:15>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list