policycoreutils: update to version 3.2
d464187c policycoreutils: sestatus belongs to bin not sbin d59932a7 policycoreutils: Resolve path in restorecon_xattr 5682c0d5 policycoreutils/fixfiles.8: add missing file systems and merge check and verify 57dd1f65 policycoreutils/setfiles: Drop unused nerr variable be7f54cb setfiles: drop ABORT_ON_ERRORS and related code 9207823c setfiles: Do not abort on labeling error c064d214 selinux_config(5): add a note that runtime disable is deprecated 8bc865e1 newrole: support cross-compilation with PAM and audit ba2d6c10 fixfiles: correctly restore context of mountpoints Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
This commit is contained in:
parent
4670492ad7
commit
68934a5704
@ -6,12 +6,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=policycoreutils
|
PKG_NAME:=policycoreutils
|
||||||
PKG_VERSION:=3.1
|
PKG_VERSION:=3.2
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/20200710
|
PKG_SOURCE_URL:=https://github.com/SELinuxProject/selinux/releases/download/3.2
|
||||||
PKG_HASH:=c889f62ee80f8b6a369469a9b8af51f5b797975aeaa291f5c5960cc12eed1934
|
PKG_HASH:=d1331c6fa766c547b071c491de90b9f343c8dbffdb119be8a5a7e491199b93a9
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
HOST_BUILD_DEPENDS:=libsemanage/host gettext-full/host
|
HOST_BUILD_DEPENDS:=libsemanage/host gettext-full/host
|
||||||
PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam gettext-full/host
|
PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam gettext-full/host
|
||||||
@ -27,11 +27,11 @@ include $(INCLUDE_DIR)/host-build.mk
|
|||||||
|
|
||||||
DIR_USR_BIN:= \
|
DIR_USR_BIN:= \
|
||||||
newrole \
|
newrole \
|
||||||
secon
|
secon \
|
||||||
|
sestatus
|
||||||
|
|
||||||
DIR_USR_SBIN:= \
|
DIR_USR_SBIN:= \
|
||||||
load_policy \
|
load_policy \
|
||||||
sestatus \
|
|
||||||
setsebool
|
setsebool
|
||||||
|
|
||||||
LIBEXEC_UTILS := \
|
LIBEXEC_UTILS := \
|
||||||
@ -43,7 +43,8 @@ SBIN_UTILS:= \
|
|||||||
|
|
||||||
USR_BIN_UTILS:= \
|
USR_BIN_UTILS:= \
|
||||||
newrole \
|
newrole \
|
||||||
secon
|
secon \
|
||||||
|
sestatus
|
||||||
|
|
||||||
USR_SBIN_UTILS:= \
|
USR_SBIN_UTILS:= \
|
||||||
fixfiles \
|
fixfiles \
|
||||||
@ -52,7 +53,6 @@ USR_SBIN_UTILS:= \
|
|||||||
run_init \
|
run_init \
|
||||||
semodule \
|
semodule \
|
||||||
load_policy \
|
load_policy \
|
||||||
sestatus \
|
|
||||||
setsebool
|
setsebool
|
||||||
|
|
||||||
TARGET_LDFLAGS += $(INTL_LDFLAGS) $(if $(INTL_FULL),-lintl)
|
TARGET_LDFLAGS += $(INTL_LDFLAGS) $(if $(INTL_FULL),-lintl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user