diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2011-04-11 12:01:00 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-04-11 12:02:46 +0200 |
commit | 57a27caa37897d4bccb5b750ecfbc2c52857e361 (patch) | |
tree | 7697fdcb9d21325b80cd4d53978c78718bcf973e /doc | |
parent | efe329e83106302ae43ac34a80c98ca524970f20 (diff) | |
download | connman-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')
-rw-r--r-- | doc/config-format.txt | 4 |
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_*] |