remove whitelist support.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 2 Aug 2007 21:13:08 +0000 (21:13 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Thu, 2 Aug 2007 21:13:08 +0000 (21:13 +0000)
python/vserver.py

index b621e4c..372f2aa 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 2005 Princeton University
 
-#$Id: vserver.py,v 1.71 2007/08/02 15:26:42 dhozac Exp $
+#$Id: vserver.py,v 1.72 2007/08/02 16:01:59 dhozac Exp $
 
 import errno
 import fcntl
@@ -205,9 +205,6 @@ class VServer:
         minimum = int(self.config.get("rlimits/%s.min"%type.lower(),VC_LIM_KEEP))
         return (hard,soft,minimum)
 
-    def set_WHITELISTED_config(self,whitelisted):
-        self.config.update('whitelisted', whitelisted)
-
     def set_capabilities(self, capabilities):
         return vserverimpl.setbcaps(self.ctx, vserverimpl.text2bcaps(capabilities))