]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
policycoreutils: split packages and bump to 2.7
authorAdam Duskett <aduskett@gmail.com>
Tue, 17 Oct 2017 22:32:18 +0000 (18:32 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 18 Oct 2017 21:24:13 +0000 (23:24 +0200)
commit9d6da7a264a5b36ad641a0d26b3a3d27188d3624
treed7116ecdc55123cb9f38c519a76b92dd0d39e67e
parentbd3f4c04f331512efbf8524e3f7532489fc41020
policycoreutils: split packages and bump to 2.7

Policycoreutils was broken up into several packages, as such several
changes needed to happen for this patch to work:

- Remove patches 3, 4, and 5 as they no longer apply.
- Refresh patches 1 and 2 to work with version 2.7
- Remove semodule_${deps,expand,link,package} and sestatus from the makedirs
  in the mk file.
- Remove restorecond from the make and config file. (Seperate package)
- Remove Audit2allow from the make and config file. (In a different package)
- Remove the package sepolgen
- Add the package selinux-python
- Add the package restorecond
- Add the package semodule-utils
- Add the relevant Config.in.legacy options into the menu.

Because these are utilities that work on top of python, the older versions of
these utilites still work, and as such this should be a single patch.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
23 files changed:
Config.in.legacy
DEVELOPERS
package/Config.in
package/policycoreutils/0001-Add-DESTDIR-to-all-paths-that-use-an-absolute-path.patch
package/policycoreutils/0002-Add-PREFIX-to-host-paths.patch
package/policycoreutils/0003-Remove-hardcoded-arch-variable.patch [deleted file]
package/policycoreutils/0004-Change-sepolicy-python-install-arguments-to-be-a-var.patch [deleted file]
package/policycoreutils/0005-Check-to-see-if-DBUS-is-enabled.patch [deleted file]
package/policycoreutils/Config.in
package/policycoreutils/policycoreutils.hash
package/policycoreutils/policycoreutils.mk
package/restorecond/Config.in [new file with mode: 0644]
package/restorecond/restorecond.hash [new file with mode: 0644]
package/restorecond/restorecond.mk [new file with mode: 0644]
package/selinux-python/Config.in [new file with mode: 0644]
package/selinux-python/selinux-python.hash [new file with mode: 0644]
package/selinux-python/selinux-python.mk [new file with mode: 0644]
package/semodule-utils/Config.in [new file with mode: 0644]
package/semodule-utils/semodule-utils.hash [new file with mode: 0644]
package/semodule-utils/semodule-utils.mk [new file with mode: 0644]
package/sepolgen/Config.in [deleted file]
package/sepolgen/sepolgen.hash [deleted file]
package/sepolgen/sepolgen.mk [deleted file]