policycoreutils: new package
authorClayton Shotwell <clayton.shotwell@rockwellcollins.com>
Tue, 25 Oct 2016 19:26:03 +0000 (14:26 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 10 Dec 2016 14:55:31 +0000 (15:55 +0100)
commitcb328f77f8f07bfd89d6b69385c941a7b281732b
tree465125baab9a70a752c1df2970632ce475a8cc48
parent8879424b4940771f9072f97eb3b340dc6248c8fe
policycoreutils: new package

This package contains the core policy utilities that are required
for basic operation of an SELinux system.

Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Niranjan Reddy <niranjan.reddy@rockwellcollins.com>
Tested-by: Bryce Ferguson <bryce.ferguson@rockwellcollins.com>
Signed-off-by: Bryce Ferguson <bryce.ferguson@rockwellcollins.com>
[Thomas:
 - Move the Config.in comment at the top of the Config.in file rather
   than between the main option and its sub-options, as this breaks
   menuconfig indentation.
 - Fix the propagation of the libsemanage dependencies. libsemanage
   depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS and
   BR2_TOOLCHAIN_USES_GLIBC which were not accounted for. Since it
   depends on BR2_TOOLCHAIN_USES_GLIBC, then all the gettext related
   handling becomes useless and has been removed.
 - Rename the prompt of the restorecond sub-option to just
   "restorecond".
 - Use TARGET_CONFIGURE_OPTS and HOST_CONFIGURE_OPTS instead of
   passing LDFLAGS, CC, etc. manually.
 - Use make "foreach" function for loops instead of shell "for" loops.
 - Rework the explanation of why we're passing DESTDIR at build time.
 - Minor formatting tweaks here and there.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/policycoreutils/0001-Add-DESTDIR-to-all-paths-that-use-an-absolute-path.patch [new file with mode: 0644]
package/policycoreutils/0002-Add-PREFIX-to-host-paths.patch [new file with mode: 0644]
package/policycoreutils/0003-Remove-hardcoded-arch-variable.patch [new file with mode: 0644]
package/policycoreutils/0004-Change-sepolicy-python-install-arguments-to-be-a-var.patch [new file with mode: 0644]
package/policycoreutils/0005-Check-to-see-if-DBUS-is-enabled.patch [new file with mode: 0644]
package/policycoreutils/Config.in [new file with mode: 0644]
package/policycoreutils/policycoreutils.hash [new file with mode: 0644]
package/policycoreutils/policycoreutils.mk [new file with mode: 0644]