diff mbox series

selinux-notebook: Add policy version 33 requirements

Message ID 20210127160212.135883-1-richard_c_haines@btinternet.com (mailing list archive)
State Accepted
Headers show
Series selinux-notebook: Add policy version 33 requirements | expand

Commit Message

Richard Haines Jan. 27, 2021, 4:02 p.m. UTC
Update types_of_policy.md for policy version 33.

Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
---
 src/types_of_policy.md | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Paul Moore Jan. 28, 2021, 3:28 a.m. UTC | #1
On Wed, Jan 27, 2021 at 11:02 AM Richard Haines
<richard_c_haines@btinternet.com> wrote:
>
> Update types_of_policy.md for policy version 33.
>
> Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
> ---
>  src/types_of_policy.md | 6 ++++++
>  1 file changed, 6 insertions(+)

Thanks Richard.  A good reminder that we need to update the notebook
on new policy versions :)
diff mbox series

Patch

diff --git a/src/types_of_policy.md b/src/types_of_policy.md
index b9ae190..8172947 100644
--- a/src/types_of_policy.md
+++ b/src/types_of_policy.md
@@ -373,6 +373,12 @@  will be the intersection of the MLS range of the two contexts.
 See the [**default_range**](default_rules.md#default_range) for details.
 Requires kernel 5.5 minimum.
 
+**Policy: 33**
+
+Implement a more space-efficient form of storing filename transition rules in
+the binary policy (also decreases policy load time). Requires kernel 5.8
+minimum with libsepol version 3.2 minimum.
+
 <!-- %CUTHERE% -->
 
 ---