Simplified doc-site generation
[AGL/documentation.git] / docs / 2_Architecture_Guides / 2.2_Security_Blueprint / 5_Platform / 1.2.5.4_Services.md
1 ---
2 edit_link: ''
3 title: System services and daemons
4 origin_url: >-
5   https://raw.githubusercontent.com/automotive-grade-linux/docs-sources/master/docs/security-blueprint/part-5/4-Services.md
6 ---
7
8 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/architecture/master/security_blueprint-security-blueprint-book.yml -->
9
10 # System services and daemons
11
12 <!-- section-todo -->
13
14 Domain              | Improvement
15 ------------------- | -----------
16 Platform-Services-1 | SystemD ?
17 Platform-Services-2 | Secure daemon ?
18
19 <!-- end-section-todo -->
20
21 ## Tools
22
23 - **connman**: An internet connection manager designed to be slim and to use as
24   few resources as possible. It is a fully modular system that can be extended,
25   through plug-ins, to support all kinds of wired or wireless technologies.
26 - **bluez** is a Bluetooth stack. Its goal is to program an implementation of
27   the Bluetooth wireless standards specifications. In addition to the basic stack,
28   the `bluez-utils` and `bluez-firmware` packages contain low level utilities such
29   as `dfutool` which can interrogate the Bluetooth adapter chipset in order to
30   determine whether its firmware can be upgraded.
31 - **gstreamer** is a pipeline-based multimedia framework. It can be used to build
32   a system that reads files in one format, processes them, and exports them in
33   another format.
34 - **alsa** is a software framework and part of the Linux kernel that provides an
35   **API** for sound card device drivers.
36
37 <!-- section-config -->
38
39 Domain               | `Tool` name | _State_
40 -------------------- | ----------- | -------
41 Platform-Utilities-1 | `connman`   | _Used_ as a connection manager.
42 Platform-Utilities-2 | `bluez`     | _Used_ as a Bluetooth manager.
43 Platform-Utilities-3 | `gstreamer` | _Used_ to manage multimedia file format.
44 Platform-Utilities-4 | `alsa`      | _Used_ to provides an API for sound card device drivers.
45
46 <!-- end-section-config -->