aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorPaul Moore <paul.moore@hp.com>2009-03-27 17:10:41 -0400
committerJames Morris <jmorris@namei.org>2009-03-28 00:01:37 -0400
commit58bfbb51ff2b0fdc6c732ff3d72f50aa632b67a2 (patch)
tree41132587adbb6816b56b9d28105826b8ef0fd7b9 /Documentation
parent389fb800ac8be2832efedd19978a2b8ced37eb61 (diff)
selinux: Remove the "compat_net" compatibility code
The SELinux "compat_net" is marked as deprecated, the time has come to finally remove it from the kernel. Further code simplifications are likely in the future, but this patch was intended to be a simple, straight-up removal of the compat_net code. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt11
-rw-r--r--Documentation/kernel-parameters.txt9
2 files changed, 0 insertions, 20 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 02ea3773535e..049a96247f58 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -355,17 +355,6 @@ Who: Hans de Goede <hdegoede@redhat.com>
355 355
356--------------------------- 356---------------------------
357 357
358What: SELinux "compat_net" functionality
359When: 2.6.30 at the earliest
360Why: In 2.6.18 the Secmark concept was introduced to replace the "compat_net"
361 network access control functionality of SELinux. Secmark offers both
362 better performance and greater flexibility than the "compat_net"
363 mechanism. Now that the major Linux distributions have moved to
364 Secmark, it is time to deprecate the older mechanism and start the
365 process of removing the old code.
366Who: Paul Moore <paul.moore@hp.com>
367---------------------------
368
369What: sysfs ui for changing p4-clockmod parameters 358What: sysfs ui for changing p4-clockmod parameters
370When: September 2009 359When: September 2009
371Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and 360Why: See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index fa4e1239a8fa..d1b082772e39 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2019,15 +2019,6 @@ and is between 256 and 4096 characters. It is defined in the file
2019 If enabled at boot time, /selinux/disable can be used 2019 If enabled at boot time, /selinux/disable can be used
2020 later to disable prior to initial policy load. 2020 later to disable prior to initial policy load.
2021 2021
2022 selinux_compat_net =
2023 [SELINUX] Set initial selinux_compat_net flag value.
2024 Format: { "0" | "1" }
2025 0 -- use new secmark-based packet controls
2026 1 -- use legacy packet controls
2027 Default value is 0 (preferred).
2028 Value can be changed at runtime via
2029 /selinux/compat_net.
2030
2031 serialnumber [BUGS=X86-32] 2022 serialnumber [BUGS=X86-32]
2032 2023
2033 shapers= [NET] 2024 shapers= [NET]