diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2011-04-08 20:08:33 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-04-11 12:02:44 +0200 |
commit | 3f4d27ea71e6cdbffe363fb6b91c7cf710b9cb4a (patch) | |
tree | 78c6525c7ee37115782872fd5b90f92c81f507f4 /doc | |
parent | 69ac23af8924400b6f99135b68822de839a10a89 (diff) | |
download | connman-3f4d27ea71e6cdbffe363fb6b91c7cf710b9cb4a.tar.gz connman-3f4d27ea71e6cdbffe363fb6b91c7cf710b9cb4a.tar.bz2 connman-3f4d27ea71e6cdbffe363fb6b91c7cf710b9cb4a.zip |
config: Add configuration protected flag
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config-format.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/config-format.txt b/doc/config-format.txt index f3c8f01a..7f23c76f 100644 --- a/doc/config-format.txt +++ b/doc/config-format.txt @@ -16,6 +16,9 @@ These files can have an optional global entry describing the actual file. 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. Service entry [service_*] |