From 48cba4bd1bccad047646f40e8b108d8bc84160e8 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Tue, 16 Apr 2019 05:37:05 +0000 Subject: [PATCH] Update Kernel_Feature_Matrix --- Kernel_Feature_Matrix.md | 46 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/Kernel_Feature_Matrix.md b/Kernel_Feature_Matrix.md index 6620898..7d6f7ea 100644 --- a/Kernel_Feature_Matrix.md +++ b/Kernel_Feature_Matrix.md @@ -1,30 +1,30 @@ # Upstream kernel -| Kernel Version | Feature | -|----------------|---------| -| 2.6.36 | Base functionality lands upstream mediation of: | -| 2.6.37 - 3.3| Bug fixes and code cleanups | -| 3.4 | | -| 3.5 | Fail exec transitions due to no_new_privs | -| 3.6 - 3.10 | Bug fixes and code cleanups | -| 3.11 | | -| 3.12 | | -| 3.13 - 4.7 | Bug fixes and code cleanups | -| 4.8 | | -| 4.9 - 4.10 | Bug fixes and code cleanups | -| 4.11 | | -| 4.12 | | -| 4.13 | | -| 4.14 | | -| 4.15 - 4.16 | Bug fixes and code cleanups| -| 4.17 | | -| 4.18 | | -| 4.19 | Bug fixes and code cleanups| +| Kernel Version | Feature | Required userspace version and notes | +|----------------|---------|--------------------------------------| +| 2.6.36 | Base functionality lands upstream mediation of: | | +| 2.6.37 - 3.3| Bug fixes and code cleanups | | +| 3.4 | | | +| 3.5 | Fail exec transitions due to no_new_privs | | +| 3.6 - 3.10 | Bug fixes and code cleanups | | +| 3.11 | | | +| 3.12 | | | +| 3.13 - 4.7 | Bug fixes and code cleanups | | +| 4.8 | | | +| 4.9 - 4.10 | Bug fixes and code cleanups | | +| 4.11 | | | +| 4.12 | | | +| 4.13 | | | +| 4.14 |
  • mount mediation
    • new mount
    • remount
    • bind mount
    • change type
    • umount
    • pivot_root
  • signal mediation
  • policy unpack log extended error messages
  • Bug fixes and code cleanups
| | +| 4.15 - 4.16 | Bug fixes and code cleanups| | +| 4.17 |
  • v8 abi
  • generic socket mediation
  • improved profile attachment logic
    • handle overlapping expression resolution up to 8 characters dynamic overlap in kernel
    • xattr attachment conditional
    • no_new_privs improved attachment with subset test based on confinement at time no_new_privs was entered
  • signal mediation of profile stacks
  • Bug fixes and code cleanups
| | +| 4.18 |
  • add support for secids and using secctxes
  • the ability to get a task's secid
  • add support for audit rules filtering. AppArmor task label can be used in audit rule filters
  • Bug fixes and code cleanups
| | +| 4.19 | Bug fixes and code cleanups| | | 4.20 |
  • Secmark mediation for custom policy
  • Bug fixes and code cleanups
| -| 5.0 | Bug fixes and code cleanups| -| 5.1 |
  • LSM stacking with generic blobs (sara/landlock). Does not include secids so insufficient to stack with selinux and smack.
  • Bug fixes and code cleanups
| -| 5.2 | wip | +| 5.0 | Bug fixes and code cleanups| | +| 5.1 |
  • LSM stacking with generic blobs (sara/landlock). Does not include secids so insufficient to stack with selinux and smack.
  • Bug fixes and code cleanups
| | +| 5.2 | wip | | # Suse kernel