23 May 2013 14:35
[PATCH v2] session_policy_local: Document policy file format
Daniel Wagner <daniel.wagner <at> oss.bmw-carit.de>
2013-05-23 12:35:03 GMT
2013-05-23 12:35:03 GMT
From: Daniel Wagner <daniel.wagner <at> bmw-carit.de> --- Hi, Note this patch is valid after the UID/GID patches for the policy plugin have been applied. cheers, daniel doc/policy-format.txt | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 doc/policy-format.txt diff --git a/doc/policy-format.txt b/doc/policy-format.txt new file mode 100644 index 0000000..6c77c5e --- /dev/null +++ b/doc/policy-format.txt <at> <at> -0,0 +1,77 <at> <at> +ConnMan policy file format +************************** + +The session policy pluging allows to configure/provision a session. +ConnMan will be looking for policy files in STORAGEDIR/session_policy_local +which by default points to /var/lib/connman. Policy file names must +not include other characters than letters or numbers and must have +a .policy suffix. Policy files are text files.(Continue reading)
RSS Feed