Ubuntu Pastebin

Paste from asac at Thu, 11 Feb 2016 18:00:17 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
 cat /snaps/bluez5/current/meta/snap.yaml 
apps:
  bluetoothctl:
    command: command-bluetoothctl.wrapper
    uses:
    - bluez-client
  bluez:
    command: command-bluez.wrapper
    daemon: simple
    uses:
    - bluez-service
  obex:
    command: command-obex.wrapper
    daemon: simple
    uses:
    - obex-service
  obexctl:
    command: command-obexctl.wrapper
    uses:
    - bluez-client
architectures:
- armhf
description: This package contains tools and system daemons for using Bluetooth devices.
  BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source project
  distributed under GNU General Public License (GPL).
name: bluez5
summary: Bluetooth tools and daemons
type: framework
uses:
  bluez-client:
    caps:
    - bluez5_client
    type: migration-skill
  bluez-service:
    security-policy:
      apparmor: meta/bluez.apparmor
      seccomp: meta/bluez.seccomp
    type: migration-skill
  obex-service:
    security-policy:
      apparmor: meta/obex.apparmor
      seccomp: meta/obex.seccomp
    type: migration-skill
version: 5.37-1-armhf
Download as text