[arch-commits] Commit in iptables/trunk (PKGBUILD empty-security.rules)

Dan McGee dan at archlinux.org
Wed Jul 27 15:27:03 UTC 2011


    Date: Wednesday, July 27, 2011 @ 11:27:02
  Author: dan
Revision: 133072

Apparantly there is a security table too. FS#25272

Added:
  iptables/trunk/empty-security.rules
Modified:
  iptables/trunk/PKGBUILD

----------------------+
 PKGBUILD             |    8 +++++---
 empty-security.rules |    6 ++++++
 2 files changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-27 11:57:27 UTC (rev 133071)
+++ PKGBUILD	2011-07-27 15:27:02 UTC (rev 133072)
@@ -4,7 +4,7 @@
 
 pkgname=iptables
 pkgver=1.4.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A Linux kernel packet control tool"
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -21,7 +21,8 @@
         empty-filter.rules
         empty-mangle.rules
         empty-nat.rules
-        empty-raw.rules)
+        empty-raw.rules
+        empty-security.rules)
 backup=(etc/conf.d/iptables)
 sha1sums=('6c3f6eceadf5dab570d757d74a7194ef75be3ee3'
           '5bb6fa526665cdd728c26f0f282f5a51f220cf88'
@@ -32,7 +33,8 @@
           'd9f9f06b46b4187648e860afa0552335aafe3ce4'
           'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'
           '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6'
-          '7db53bb882f62f6c677cc8559cff83d8bae2ef73')
+          '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
+          'ebbd1424a1564fd45f455a81c61ce348f0a14c2e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Added: empty-security.rules
===================================================================
--- empty-security.rules	                        (rev 0)
+++ empty-security.rules	2011-07-27 15:27:02 UTC (rev 133072)
@@ -0,0 +1,6 @@
+# Empty iptables security table rules file
+*security
+:INPUT ACCEPT [0:0]
+:FORWARD ACCEPT [0:0]
+:OUTPUT ACCEPT [0:0]
+COMMIT




More information about the arch-commits mailing list