linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Howard Chung <howardchung@google.com>
To: linux-bluetooth@vger.kernel.org, luiz.dentz@gmail.com
Cc: Yun-Hao Chung <howardchung@chromium.org>
Subject: [Bluez PATCH v8 13/13] doc: add admin policy file storage description
Date: Tue,  3 Aug 2021 16:22:37 +0800	[thread overview]
Message-ID: <20210803161319.Bluez.v8.13.Ide727bc4654c80ce67a268b624a6c5a0f79a11e1@changeid> (raw)
In-Reply-To: <20210803082237.723766-1-howardchung@google.com>

From: Yun-Hao Chung <howardchung@chromium.org>

This adds storage description of admin policy file in
doc/settings-storage.txt

---

(no changes since v1)

 doc/settings-storage.txt | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/settings-storage.txt b/doc/settings-storage.txt
index d21150f09ecb..1d96cd66d94f 100644
--- a/doc/settings-storage.txt
+++ b/doc/settings-storage.txt
@@ -36,6 +36,7 @@ root, named based on the address, which contains:
 
  - a settings file for the local adapter
  - an attributes file containing attributes of supported LE services
+ - an admin policy file containing current values of admin policies
  - a cache directory containing:
     - one file per device, named by remote device address, which contains
     device name
@@ -50,6 +51,7 @@ So the directory structure is:
     /var/lib/bluetooth/<adapter address>/
         ./settings
         ./attributes
+	./admin_policy_settings
         ./cache/
             ./<remote device address>
             ./<remote device address>
@@ -140,6 +142,24 @@ Sample:
   Value=4578616D706C6520446576696365
 
 
+Admin Policy file format
+======================
+
+The admin policy file stores the current value of each admin policy.
+
+[General] group contains:
+
+  ServiceAllowlist	List of		List of service UUID allowed by
+			strings		adapter in 128-bits format, separated
+					by ','. Default is empty.
+
+Sample:
+  [General]
+  ServiceAllowlist=
+
+
+
+
 CCC file format
 ======================
 
-- 
2.32.0.554.ge1b32706d8-goog


      parent reply	other threads:[~2021-08-03  8:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-03  8:22 [Bluez PATCH v8 00/13] Admin policy series Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 01/13] core: add is_allowed property in btd_service Howard Chung
2021-08-03  8:42   ` Admin policy series bluez.test.bot
2021-08-03  8:22 ` [Bluez PATCH v8 02/13] core: add device callbacks to adapter driver Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 03/13] core: add adapter and device allowed_uuid functions Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 04/13] core: block not allowed UUID connect in auth Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 05/13] plugins: new plugin Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 06/13] plugins/admin: add admin_policy adapter driver Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 07/13] plugins/admin: add ServiceAllowList method Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 08/13] plugins/admin: add ServiceAllowList property Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 09/13] plugins/admin: add device callbacks Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 10/13] plugins/admin: add AffectedByPolicy property Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 11/13] plugins/admin: persist policy settings Howard Chung
2021-08-03  8:22 ` [Bluez PATCH v8 12/13] doc: add description of admin policy Howard Chung
2021-08-03  8:22 ` Howard Chung [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210803161319.Bluez.v8.13.Ide727bc4654c80ce67a268b624a6c5a0f79a11e1@changeid \
    --to=howardchung@google.com \
    --cc=howardchung@chromium.org \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).