From 849d8cce7f187067e8eb523c20cc832e4cfda96d Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 27 May 2022 14:57:34 +0300 Subject: [PATCH] 1_agl-compositor.md: We're no longer using SMACK Removes any mention of SMACK and use a more generic term. Also, s/AFM/AppFW/ Signed-off-by: Marius Vlad Change-Id: I18dd7dd4f76fb4cba9cd5be55510f08ec3c36b8e Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27566 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- docs/5_Component_Documentation/1_agl-compositor.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/5_Component_Documentation/1_agl-compositor.md b/docs/5_Component_Documentation/1_agl-compositor.md index c8a752b..ef3b806 100644 --- a/docs/5_Component_Documentation/1_agl-compositor.md +++ b/docs/5_Component_Documentation/1_agl-compositor.md @@ -16,14 +16,12 @@ library, to control and signal back to the compositor when applications were started, among other things. Management of applications, starting, running and stopping them is done in AGL -with AFM [Application Framework Management](../3_Developer_Guides/1_Application_Framework/1_Introduction.md), +with AppFW [Application Framework Management](../3_Developer_Guides/1_Application_Framework/1_Introduction.md), which is an umbrella name to denote the suite of tools and daemons that handle -all of that. It is integrated with systemd and with the current security model, -SMACK (Simplified Mandatory Access Control Kernel), a Linux kernel security -module. Applications can use AFM to hang off data, and to pass it down to -other services. Together with AFM, and with the help of a library, -applications could tell the compositor which application to activate or to -switch to. +all of that. It is integrated with systemd and with the current security model. +Applications can use AppFW to hang off data, and to pass it down to +other services. Together with AppFW, applications could tell the compositor +which application to activate or to switch to. ## Simplifying the graphical stack -- 2.16.6