diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-11-16 16:32:14 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2015-12-11 12:12:44 +0000 |
commit | e53d414809ffc519244640d31498056fff16c468 (patch) | |
tree | 2d18e1fac10ba81e3b40a608f61772f20448dbd4 /meta-agl-security/recipes-security/security-manager/README.md | |
parent | b5da3c56430f886e2e58e1e49e9ddeec38397650 (diff) |
security: integration of security-manager
Allows the integration to AGL of the security security framwork
coming from tizen. It includes smack, cynara, security-manager and
other dependant components.
Most of this components are coming from a work made by Intel OTC to
create a yocto layer focused on security framework. This public work
available here https://github.com/01org/meta-intel-iot-security
has parts derived from Tizen's works and adds integrity parts.
This patch also removes dependencies to tizen-platform-config,
libslp-db-utils and dlog.
Change-Id: I510bff317fd479755711f5253dafdd5a264efaa6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-security/recipes-security/security-manager/README.md')
-rw-r--r-- | meta-agl-security/recipes-security/security-manager/README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-agl-security/recipes-security/security-manager/README.md b/meta-agl-security/recipes-security/security-manager/README.md new file mode 100644 index 000000000..aeb45d260 --- /dev/null +++ b/meta-agl-security/recipes-security/security-manager/README.md @@ -0,0 +1,36 @@ +security-manager adaptation for Automotive Grade Linux Distribution +=================================================================== + +This recipe complements the recipes security-manager of the +meta yocto layers: meta-intel-iot-security (see +https://github.com/01org/meta-intel-iot-security) + +This patches are removing dependencies that are specific to Tizen: +* tizen-platform-config +* libslp-db-utils + +The advantages is that this modules are not needed for AGL. + +The -temporary- drawbacks is that the user "userapp" is +hard coded for security-manager. + + +Layer Dependencies +------------------ +URI: git@github.com:01org/meta-intel-iot-security.git +> branch: master +> revision: 0ca70e4954aaeb0e3e3ad502b462bb077023f7e5 + +Enabling +-------- + +To enable security manager for AGL, in the local.conf + + IMAGE_INSTALL_append = " security-manager" + +To enable smack see https://github.com/01org/meta-intel-iot-security/tree/master/meta-security-smack +In brief, in the local.conf: + + OVERRIDES .= ":smack" + DISTRO_FEATURES_append = " smack" + |