summaryrefslogtreecommitdiff
path: root/doc/config-format.txt
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-04-11 12:01:00 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-04-11 12:02:46 +0200
commit57a27caa37897d4bccb5b750ecfbc2c52857e361 (patch)
tree7697fdcb9d21325b80cd4d53978c78718bcf973e /doc/config-format.txt
parentefe329e83106302ae43ac34a80c98ca524970f20 (diff)
downloadconnman-57a27caa37897d4bccb5b750ecfbc2c52857e361.tar.gz
connman-57a27caa37897d4bccb5b750ecfbc2c52857e361.tar.bz2
connman-57a27caa37897d4bccb5b750ecfbc2c52857e361.zip
config: Default config protection set to TRUE
Configs will be protected, unless explicitely set otherwise.
Diffstat (limited to 'doc/config-format.txt')
-rw-r--r--doc/config-format.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/config-format.txt b/doc/config-format.txt
index 7f23c76f..cf89c09c 100644
--- a/doc/config-format.txt
+++ b/doc/config-format.txt
@@ -17,8 +17,8 @@ The 2 allowed fields for that entry are:
- Name: Name of the network.
- Description: Description of the network.
- Protected: Configuration protection against being removed, modified or
-overwritten by a Manager.ProvisionService() call. By default, a configuration
-is not protected.
+overwritten by a Manager.ProvisionService() call. If unset, this value defaults
+to TRUE, i.e. configs are protected by default.
Service entry [service_*]