diff mbox series

selinux-notebook: Fix document links

Message ID 20210125132805.12146-1-richard_c_haines@btinternet.com (mailing list archive)
State Accepted
Headers show
Series selinux-notebook: Fix document links | expand

Commit Message

Richard Haines Jan. 25, 2021, 1:28 p.m. UTC
Fix navigation links and supporting text.

Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
---
 src/configuration_files.md       | 12 ++++++------
 src/implementing_seaware_apps.md |  3 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)

Comments

Paul Moore Jan. 28, 2021, 3:10 a.m. UTC | #1
On Mon, Jan 25, 2021 at 8:28 AM Richard Haines
<richard_c_haines@btinternet.com> wrote:
>
> Fix navigation links and supporting text.
>
> Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
> ---
>  src/configuration_files.md       | 12 ++++++------
>  src/implementing_seaware_apps.md |  3 ++-
>  2 files changed, 8 insertions(+), 7 deletions(-)

Merged, thanks Richard.
diff mbox series

Patch

diff --git a/src/configuration_files.md b/src/configuration_files.md
index 0d48d09..9fd8d8b 100644
--- a/src/configuration_files.md
+++ b/src/configuration_files.md
@@ -21,14 +21,14 @@  as follows:
 2. [**Policy Store Configuration Files**](policy_store_config_files.md#policy-store-configuration-files)
    that are managed by the **semanage**(8) and **semodule**(8) commands. These
    are used to build the majority of the
-   [Policy Configuration Files](policy_config_files.md#policy-configuration-files)
+   [**Policy Configuration Files**](policy_config_files.md#policy-configuration-files)
    and should NOT be edited as together they describe the overall 'policy' configuration.
-3. [**Policy Configuration Files**](policy_config_files.md) used by an active
-   (run time) policy/system. Note that there can be multiple policy
-   configurations on a system (e.g. */etc/selinux/targeted* and
+3. [**Policy Configuration Files**](policy_config_files.md#policy-configuration-files)
+   used by an active (run time) policy/system. Note that there can be multiple
+   policy configurations on a system (e.g. */etc/selinux/targeted* and
    */etc/selinux/mls*), however only one can be the active policy.
-4. [**SELinux Filesystem files - Table 6: SELinux filesystem Information**](lsm_selinux.md#selinux-filesystem)
-   located under the */sys/fs/selinux* directory and reflect the current
+4. The [**SELinux Filesystem**](lsm_selinux.md#selinux-filesystem)
+   located under the */sys/fs/selinux* directory and reflects the current
    configuration of SELinux for the active policy. This area is used
    extensively by the libselinux library for userspace object managers and
    other SELinux-aware applications. These files and directories should not
diff --git a/src/implementing_seaware_apps.md b/src/implementing_seaware_apps.md
index ee38258..62e04d9 100644
--- a/src/implementing_seaware_apps.md
+++ b/src/implementing_seaware_apps.md
@@ -86,7 +86,8 @@  developing SELinux-aware applications and object managers using
     *libselinux* 2.0.99, with Linux kernel 2.6.37 and above.
 11. There are changes to the way contexts are computed for sockets in
     kernels 2.6.39 and above as described in the
-    [**Computing Security Contexts**](computing_security_contexts.md) section.
+    [**Computing Security Contexts**](computing_security_contexts.md#computing-security-contexts)
+    section.
     The functions affected by this are: ***avc_compute_create**(3)*,
     ***avc_compute_member**(3)*, ***security_compute_create**(3)*,
     ***security_compute_member**(3)* and