Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1730805ybi; Wed, 17 Jul 2019 20:56:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqwPIIHT/j8u0Jdj9L+7CJooHQ9Yv/2nsLmAkqTi1pcLoM8S9Y9HFNfUWJTcSrVAPUtjcVRH X-Received: by 2002:a17:902:86:: with SMTP id a6mr48183472pla.244.1563422183172; Wed, 17 Jul 2019 20:56:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563422183; cv=none; d=google.com; s=arc-20160816; b=U2HdcXUdRKQ+ngGXKjdLD49GbjsLobXHNJLbYMp1d7FH/r0WzfJ5OZd7xL+6bkmSWw dnXFxgkzJhUAx6RZCzhJBwW3w4xtHNs8KiNNKjtFRqyHBzgqoAWCS8eQGGdBwD0hdjy8 ++koyl6yuOz81JTZq54JFsqWAITBBtyXBeA2BvbAr3GYgikcMx4iYN2GF4gd3qreMvQy mL1UQ8675HlXU/fsBlxh1dzpKvxx0Y5rT9f5DJ0MOmBXnjEM0U6yA0wdff1FP+exNaWW dZd5BfIRIX8/jdNe6AJsqfm+IIpLrLFJhhjnDZ/3FrtVfoLz00mCbrmZjgKdOR3ZrKsa l8DQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=id6NPtOl3QhUyLotrRGCOIOex6DCb1XHAJnbTY0sq0U=; b=b6YfsKtUzS4et4nlNlwQMjkVIXu8xuLNAVRo35YhC1g+/NpqV06Miyu9TEiJDWpWSD LCMPraV0tkrACig7AVwrhRNi0pHoIsSTEz6dzXXkqsKez+NCJGxLvvVzAEba3w6OAsWp gd9LD/dh29ZTubluTVH96Z/HhYIqzhkaTFWNzmsueuo/BzAETFwitYAnWz/m7/5carZ2 5FXeialf5I3GmfeS9IfQry7LAIRlU1kDPyuSUPJfI5USNOp6QYZtBu6TfymJZPW723at NUI/l9LddL+4ZMQw5KQ3QdbA/XAH6XV1wGgbGGsI4AKX5gLhwa13VeSos6P04KoMEkdG ZzpA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d19si13284804pgm.310.2019.07.17.20.55.50; Wed, 17 Jul 2019 20:56:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727822AbfGRDyU (ORCPT + 99 others); Wed, 17 Jul 2019 23:54:20 -0400 Received: from mga01.intel.com ([192.55.52.88]:33207 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727544AbfGRDyU (ORCPT ); Wed, 17 Jul 2019 23:54:20 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jul 2019 20:54:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,276,1559545200"; d="scan'208";a="168148975" Received: from ingas-nuc1.sea.intel.com ([10.251.148.241]) by fmsmga008.fm.intel.com with ESMTP; 17 Jul 2019 20:54:20 -0700 From: Inga Stotland To: linux-bluetooth@vger.kernel.org Cc: brian.gix@intel.com, Inga Stotland Subject: [PATCH BlueZ] mesh: Allow sending on org.bluez.mesh.Provisioner1 Date: Wed, 17 Jul 2019 20:54:18 -0700 Message-Id: <20190718035418.4952-1-inga.stotland@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org This adds a new interface permission to bluetooth-mesh.conf: --- mesh/bluetooth-mesh.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/mesh/bluetooth-mesh.conf b/mesh/bluetooth-mesh.conf index 28be7c649..7fbbd648e 100644 --- a/mesh/bluetooth-mesh.conf +++ b/mesh/bluetooth-mesh.conf @@ -13,6 +13,7 @@ + -- 2.21.0