[selinux-policy: 1696/3172] deprecated pax class

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:31:36 UTC 2010


commit 1852cdabce547a63fcc684820256901d63e74edf
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Mar 23 20:21:06 2007 +0000

    deprecated pax class

 Changelog                     |    2 ++
 policy/flask/security_classes |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/Changelog b/Changelog
index 455c410..9352cb9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
+- Marked the pax class as deprecated, changed it to userland so
+  it will be removed from the kernel.
 - Stop including netfilter contexts by default.
 - Add dontaudits for init fds and console to init_daemon_domain().
 - Patch to allow gpg to create user keys dir.
diff --git a/policy/flask/security_classes b/policy/flask/security_classes
index 788d854..ff96cf1 100644
--- a/policy/flask/security_classes
+++ b/policy/flask/security_classes
@@ -63,8 +63,8 @@ class xinput			# userspace
 class xserver			# userspace
 class xextension		# userspace
 
-# pax flags
-class pax
+# pax flags; deprecated--can be reclaimed
+class pax			# userspace
 
 # extended netlink sockets
 class netlink_route_socket


More information about the scm-commits mailing list