diff options
author | Sven Vermeulen <sven.vermeulen@siphos.be> | 2011-11-22 20:43:13 +0100 |
---|---|---|
committer | Sven Vermeulen <sven.vermeulen@siphos.be> | 2011-11-22 20:43:13 +0100 |
commit | 6df6a029f9de6caf4981e30707fef7f6edc08dee (patch) | |
tree | 1b70519e371ffdd4be3f385cf56522d31a4d08d0 | |
parent | Remove battousai from hardened page. Bryan: thanks for all the hard work you ... (diff) | |
download | hardened-docs-6df6a029f9de6caf4981e30707fef7f6edc08dee.tar.gz hardened-docs-6df6a029f9de6caf4981e30707fef7f6edc08dee.tar.bz2 hardened-docs-6df6a029f9de6caf4981e30707fef7f6edc08dee.zip |
Updating information on module policy development aspects
-rw-r--r-- | xml/selinux-development.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/xml/selinux-development.xml b/xml/selinux-development.xml index a8e8e14..9a05123 100644 --- a/xml/selinux-development.xml +++ b/xml/selinux-development.xml @@ -18,8 +18,8 @@ acquainted with the necessary resources, trips and tricks to get along. <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2</version> -<date>2011-09-04</date> +<version>3</version> +<date>2011-11-22</date> <chapter> <title>Introduction</title> @@ -208,9 +208,16 @@ Every time a new revision comes out, you'll need to clean the <body> <p> -To update your policy workspace, use the same tactic as describes -earlier, but now for the specific SELinux policy module package (like -<path>selinux-postfix</path>). +If you want to or need to work on the policy of a SELinux module (rather than +the base policy), check its ebuild to see if it holds any additional patches +(mentioned through the <c>POLICY_PATCH</c> variable). If not, then you can work +off the snapshot taken earlier in this guide. +</p> + +<p> +However, if a patch (or set of patches) is applied as well, you either need to +apply those manually on the snapshot, or use the following tactics to create a +snapshot just for this module: </p> <pre caption="Updating the dev/hardened workspace"> |