[Buildroot] [git commit branch/next] package/sudo: add SELinux refpolicy module
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-08-04 00:37:43
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-08-04 00:37:43
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=d2069158f3ddf9159c96e25288adc8377390f7ed branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next SELinux support for sudo is added by the admin/sudo refpolicy module. Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/sudo/sudo.mk | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk
index 57c2292506..df09161957 100644
--- a/package/sudo/sudo.mk
+++ b/package/sudo/sudo.mk@@ -12,6 +12,7 @@ SUDO_LICENSE = ISC, BSD-3-Clause SUDO_LICENSE_FILES = doc/LICENSE SUDO_CPE_ID_VERSION = $(SUDO_VERSION_MAJOR) SUDO_CPE_ID_UPDATE = $(SUDO_VERSION_MINOR) +SUDO_SELINUX_MODULES = sudo # This is to avoid sudo's make install from chown()ing files which fails SUDO_INSTALL_TARGET_OPTS = INSTALL_OWNER="" DESTDIR="$(TARGET_DIR)" install SUDO_CONF_OPTS = \
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot