[Python-checkins] r50725 - python/branches/bcannon-sandboxing/securing_python.txt

brett.cannon python-checkins at python.org
Thu Jul 20 19:49:09 CEST 2006


Author: brett.cannon
Date: Thu Jul 20 19:49:09 2006
New Revision: 50725

Modified:
   python/branches/bcannon-sandboxing/securing_python.txt
Log:
Remove permission and authority labels for who-I-am security compared to what-I-have security.  Both types of security have both permissions and authority in them.

Based on comments from Mark S. Miller.


Modified: python/branches/bcannon-sandboxing/securing_python.txt
==============================================================================
--- python/branches/bcannon-sandboxing/securing_python.txt	(original)
+++ python/branches/bcannon-sandboxing/securing_python.txt	Thu Jul 20 19:49:09 2006
@@ -66,8 +66,7 @@
 ///////////////////////////////////////
 
 There are essentially two types of security: who-I-am
-(permissions-based) security and what-I-have (authority-based)
-security.
+security and what-I-have security.
 
 Who-I-Am Security
 ========================


More information about the Python-checkins mailing list