aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-acl/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-acl/pkg-descr')
-rw-r--r--security/ruby-acl/pkg-descr16
1 files changed, 0 insertions, 16 deletions
diff --git a/security/ruby-acl/pkg-descr b/security/ruby-acl/pkg-descr
deleted file mode 100644
index dc0c6602cae7..000000000000
--- a/security/ruby-acl/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Ruby-acl provides Access Control List checks.
-
- list = %w(
- deny all
- allow 192.168.1.*
- allow 127.0.0.1
- )
- acl = ACL.new(list, ACL::DENY_ALLOW)
- ...
- ns = soc.accept
- unless acl.allow_socket?(ns)
- # forbidden
- end
-
-Author: Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
-WWW: http://www.ruby-lang.org/raa/list.rhtml?name=acl