security: integration of security-manager
[AGL/meta-agl.git] / meta-agl-security / recipes-security / security-manager / README.md
1 security-manager adaptation for Automotive Grade Linux Distribution
2 ===================================================================
3
4 This recipe complements the recipes security-manager of the
5 meta yocto layers: meta-intel-iot-security (see
6 https://github.com/01org/meta-intel-iot-security)
7
8 This patches are removing dependencies that are specific to Tizen:
9 * tizen-platform-config
10 * libslp-db-utils
11
12 The advantages is that this modules are not needed for AGL.
13
14 The -temporary- drawbacks is that the user "userapp" is
15 hard coded for security-manager.
16
17
18 Layer Dependencies
19 ------------------
20 URI: git@github.com:01org/meta-intel-iot-security.git
21 > branch: master
22 > revision: 0ca70e4954aaeb0e3e3ad502b462bb077023f7e5
23
24 Enabling
25 --------
26
27 To enable security manager for AGL, in the local.conf
28
29     IMAGE_INSTALL_append = " security-manager"
30
31 To enable smack see https://github.com/01org/meta-intel-iot-security/tree/master/meta-security-smack
32 In brief, in the local.conf:
33
34     OVERRIDES .= ":smack"
35     DISTRO_FEATURES_append = " smack"
36