From ab377ea535b36239c6857beec333dee1b3c1ff85 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 30 Jan 2020 18:13:40 +0100 Subject: security-manager: Restrict socket accesses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensure that only members of the group and the owner can access the security manager. Bug-AGL: SPEC-3146 Change-Id: Ia529be6b4ef425d03be31f0d2e2d623fa6ac091e Signed-off-by: José Bollo --- meta-security/recipes-security/security-manager/security-manager_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-security/recipes-security/security-manager/security-manager_git.bb') diff --git a/meta-security/recipes-security/security-manager/security-manager_git.bb b/meta-security/recipes-security/security-manager/security-manager_git.bb index f438ea505..b34973519 100644 --- a/meta-security/recipes-security/security-manager/security-manager_git.bb +++ b/meta-security/recipes-security/security-manager/security-manager_git.bb @@ -20,6 +20,7 @@ SRC_URI += " \ file://0012-Avoid-casting-from-const-T-to-void.patch \ file://0013-Removing-tizen-platform-config.patch \ file://0014-Ensure-post-install-initialization-of-database.patch \ + file://0015-Restrict-socket-accesses.patch \ " # Use make with cmake and not ninja -- cgit 1.2.3-korg