diff options
author | mudcam <v.nieutin@live.fr> | 2017-12-08 23:45:21 +0100 |
---|---|---|
committer | mudcam <v.nieutin@live.fr> | 2017-12-08 23:45:21 +0100 |
commit | 89e89e757243865c1e85b72ce22240af0ed1f14f (patch) | |
tree | f0c251e8405b827c2693ec502d6fb486383928ab /security-blueprint/part-5/6-Utilities.md | |
parent | 687774d7352c656652128a11fc0594a3bbf23cd2 (diff) | |
parent | df4bdd6e9e5669451e7f60ecdc5c9e0d25e3f726 (diff) |
Merge branch 'master' of github.com:automotive-grade-linux/docs-agl into sandbox/nieutin
Diffstat (limited to 'security-blueprint/part-5/6-Utilities.md')
-rw-r--r-- | security-blueprint/part-5/6-Utilities.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security-blueprint/part-5/6-Utilities.md b/security-blueprint/part-5/6-Utilities.md index d723c10..309cbc4 100644 --- a/security-blueprint/part-5/6-Utilities.md +++ b/security-blueprint/part-5/6-Utilities.md @@ -5,13 +5,13 @@ version of **busybox** in order to avoid all the tools useful only in development mode. -<!-- config --> +<!-- section-config --> Domain | `Tool` name | _State_ -------------------- | ----------- | ---------------------------------------------------------------------- Platform-Utilities-1 | `busybox` | _Used_ to provide a number of tools. Do not compile development tools. -<!-- endconfig --> +<!-- end-section-config --> ## Functionalities to exclude in production mode @@ -21,7 +21,7 @@ thus complicate the fault finding process. The tools used only in development mode are marked by an '**agl-devel**' feature. When building in production mode, these tools will not be compiled. -<!-- config --> +<!-- section-config --> Domain | `Utility` name and normal `path` | _State_ --------------------- | ---------------------------------------------------- | ---------- @@ -69,10 +69,10 @@ Platform-Utilities-41 | `tail` (busybox) | _ Platform-Utilities-42 | `tee` (busybox) | _Enabled_ Platform-Utilities-43 | `test` (busybox) | _Enabled_ -<!-- endconfig --> <!-- note --> +<!-- end-section-config --> <!-- section-note --> The _Enabled_ Unix/Linux utilities above shall be permitted as they are often used in the start-up scripts and for USB logging. If any of these utilities are not required by the device then those should be removed. -<!-- endnote --> +<!-- end-section-note --> |