diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-05-27 14:57:34 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-10 21:14:27 +0000 |
commit | 849d8cce7f187067e8eb523c20cc832e4cfda96d (patch) | |
tree | 489f6976cd787157818bd5e75898bb96af3a4bc2 | |
parent | 10ac1993c0599d4955b1a3372fc581ca7306d175 (diff) |
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 <marius.vlad@collabora.com>
Change-Id: I18dd7dd4f76fb4cba9cd5be55510f08ec3c36b8e
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/27566
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | docs/5_Component_Documentation/1_agl-compositor.md | 12 |
1 files 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 |