--- linux-2.4.18-rsbac-1.2.0/rsbac/Config.in~	Mon Apr 15 14:04:35 2002
+++ linux-2.4.18-rsbac-1.2.0/rsbac/Config.in	Wed Jun 12 14:42:40 2002
@@ -55,11 +55,13 @@
     bool '  MAC protection for GENeral attributes' CONFIG_RSBAC_MAC_GEN_PROT
   fi
   bool '  Light MAC edition' CONFIG_RSBAC_MAC_LIGHT    
-  if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
-    bool '  MAC network device protection' CONFIG_RSBAC_MAC_NET_DEV_PROT
-  fi
-  if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
-    bool '  MAC network object protection' CONFIG_RSBAC_MAC_NET_OBJ_PROT
+  if [ "$CONFIG_RSBAC_NET" = "y" ]; then
+    if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
+      bool '  MAC network device protection' CONFIG_RSBAC_MAC_NET_DEV_PROT
+    fi
+    if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
+      bool '  MAC network object protection' CONFIG_RSBAC_MAC_NET_OBJ_PROT
+    fi
   fi
 fi
 if [ "$CONFIG_RSBAC_ADVANCED" = "y" ]; then
@@ -67,22 +69,26 @@
   if [ "$CONFIG_RSBAC_FC" = "y" ]; then
     bool '  FC protection for AUTH module' CONFIG_RSBAC_FC_AUTH_PROT
     bool '  FC protection for GENeral attributes' CONFIG_RSBAC_FC_GEN_PROT
-    if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
-      bool '  FC network device protection' CONFIG_RSBAC_FC_NET_DEV_PROT
-    fi
-    if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
-      bool '  FC network object protection' CONFIG_RSBAC_FC_NET_OBJ_PROT
+    if [ "$CONFIG_RSBAC_NET" = "y" ]; then
+      if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
+        bool '  FC network device protection' CONFIG_RSBAC_FC_NET_DEV_PROT
+      fi
+      if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
+        bool '  FC network object protection' CONFIG_RSBAC_FC_NET_OBJ_PROT
+      fi
     fi
   fi
   bool 'RSBAC support for SIM policy' CONFIG_RSBAC_SIM
   if [ "$CONFIG_RSBAC_SIM" = "y" ]; then
     bool '  SIM protection for AUTH module' CONFIG_RSBAC_SIM_AUTH_PROT
     bool '  SIM protection for GENeral attributes' CONFIG_RSBAC_SIM_GEN_PROT
-    if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
-      bool '  SIM network device protection' CONFIG_RSBAC_SIM_NET_DEV_PROT
-    fi
-    if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
-      bool '  SIM network object protection' CONFIG_RSBAC_SIM_NET_OBJ_PROT
+    if [ "$CONFIG_RSBAC_NET" = "y" ]; then
+      if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
+        bool '  SIM network device protection' CONFIG_RSBAC_SIM_NET_DEV_PROT
+      fi
+      if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
+        bool '  SIM network object protection' CONFIG_RSBAC_SIM_NET_OBJ_PROT
+      fi
     fi
   fi
 fi
@@ -92,11 +98,13 @@
     bool '  PM protection for AUTH module' CONFIG_RSBAC_PM_AUTH_PROT
     bool '  PM protection for GENeral attributes' CONFIG_RSBAC_PM_GEN_PROT
   fi
-#  if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
-#    bool '  PM network device protection' CONFIG_RSBAC_PM_NET_DEV_PROT
-#  fi
-#  if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
-#    bool '  PM network object protection' CONFIG_RSBAC_PM_NET_OBJ_PROT
+#  if [ "$CONFIG_RSBAC_NET" = "y" ]; then
+#    if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
+#      bool '  PM network device protection' CONFIG_RSBAC_PM_NET_DEV_PROT
+#    fi
+#    if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
+#      bool '  PM network object protection' CONFIG_RSBAC_PM_NET_OBJ_PROT
+#    fi
 #  fi
 fi
 bool 'RSBAC support for MS policy' CONFIG_RSBAC_MS
@@ -129,11 +137,13 @@
   if [ "$CONFIG_RSBAC_PROC" = "y" ]; then
     bool '  Provide RC backup files' CONFIG_RSBAC_RC_BACKUP
   fi
-  if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
-    bool '  RC network device protection' CONFIG_RSBAC_RC_NET_DEV_PROT
-  fi
-  if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
-    bool '  RC network object protection' CONFIG_RSBAC_RC_NET_OBJ_PROT
+  if [ "$CONFIG_RSBAC_NET" = "y" ]; then
+    if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
+      bool '  RC network device protection' CONFIG_RSBAC_RC_NET_DEV_PROT
+    fi
+    if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
+      bool '  RC network object protection' CONFIG_RSBAC_RC_NET_OBJ_PROT
+    fi
   fi
 fi
 bool 'RSBAC support for AUTH policy' CONFIG_RSBAC_AUTH
@@ -148,11 +158,13 @@
   if [ "$CONFIG_RSBAC_PROC" = "y" ]; then
     bool '  Provide ACL backup files' CONFIG_RSBAC_ACL_BACKUP
   fi
-  if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
-    bool '  ACL network device protection' CONFIG_RSBAC_ACL_NET_DEV_PROT
-  fi
-  if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
-    bool '  ACL network object protection' CONFIG_RSBAC_ACL_NET_OBJ_PROT
+  if [ "$CONFIG_RSBAC_NET" = "y" ]; then
+    if [ "$CONFIG_RSBAC_NET_DEV" = "y" ]; then
+      bool '  ACL network device protection' CONFIG_RSBAC_ACL_NET_DEV_PROT
+    fi
+    if [ "$CONFIG_RSBAC_NET_OBJ" = "y" ]; then
+      bool '  ACL network object protection' CONFIG_RSBAC_ACL_NET_OBJ_PROT
+    fi
   fi
 fi
 bool 'RSBAC support for Linux Caps (CAP) policy' CONFIG_RSBAC_CAP
