@@ -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
@@ -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
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(-)