Package: checkpolicy
Version: 2.0.16-2
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty ubuntu-patch
Hello,
In the interest of normalizing SELinux versions and package names between
Debian and Ubuntu, it would be helpful to have checkpolicy's Conflict
against "selinux" be versioned, as done in policycoreutils. In this
case Ubuntu can use an epoch'd "selinux" package that handles the
base system settings required to prepare Ubuntu for using SELinux normally.
The attached patch changes the Conflicts to make those used in other selinux
tools (and was based on what policycoreutils used).
Thanks,
-Kees
--
Kees Cook @outflux.net
diff -u checkpolicy-2.0.16/debian/control checkpolicy-2.0.16/debian/control
--- checkpolicy-2.0.16/debian/control
+++ checkpolicy-2.0.16/debian/control
@@ -10,8 +10,8 @@
Package: checkpolicy
Architecture: any
Depends: ${shlibs:Depends}
-Replaces: selinux
-Conflicts: selinux
+Replaces: selinux (<= 2003040709-11)
+Conflicts: selinux (<= 2003040709-11)
Description: SELinux policy compiler
Security-enhanced Linux is a patch of the Linux® kernel and a number
of utilities with enhanced security functionality designed to add