package/git: add SELinux module
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 26 Jul 2021 08:29:19 +0000 (10:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 26 Jul 2021 20:08:11 +0000 (22:08 +0200)
Support for git is added by the services/git module in the SELinux
refpolicy.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/git/git.mk

index 6958f8d9b637e3c348b209fe32353364547b6c83..3c3ad9d825a4ff84d263a430401638a2dd6285f1 100644 (file)
@@ -10,6 +10,7 @@ GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+
 GIT_LICENSE_FILES = COPYING LGPL-2.1
 GIT_CPE_ID_VENDOR = git-scm
+GIT_SELINUX_MODULES = git
 GIT_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
 # We're patching configure.ac
 GIT_AUTORECONF = YES