modified:   base_node.py
	modified:   controller.py
	new file:   default.conf
	modified:   end-device.py
diff --git a/default.conf b/default.conf
new file mode 100644
index 0000000..f131e97
--- /dev/null
+++ b/default.conf
@@ -0,0 +1,56 @@
+   validator 
+   {
+     rule 
+     {
+       id "Certificate Trust"
+       for "data"
+       filter 
+       {
+         type "name"
+         regex "[^<KEY>]+<KEY><>*<ID-CERT>"
+       }
+       checker 
+       {
+         type "customized"
+         sig-type "rsa-sha256"
+         key-locator 
+         {
+           type "name"
+           name "/home"
+           relation "is-strict-prefix-of"
+         }
+       }
+     }
+     rule 
+     {
+       id "All Other Data"
+       for "data"
+       checker 
+       {
+         type "hierarchical"
+         sig-type "rsa-sha256"
+       }
+     }
+     rule 
+     {
+       id "Command Interests"
+       for "interest"
+       filter 
+       {
+         type "name"
+         name "/home/default"
+         relation "is-strict-prefix-of"
+       }
+       checker 
+       {
+         type "customized"
+         sig-type "rsa-sha256"
+         key-locator 
+         {
+           type "name"
+           name "/home"
+           relation "is-strict-prefix-of"
+         }
+       }
+     }
+   }