From 69de5f5191ce627e7c632caa8beb7c08f60c1341 Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Thu, 30 Jul 2015 14:25:17 +0900 Subject: [PATCH] Smack: add the execute lable to ldconfig Since Tizen platform use the 3-domain Smack, even the init process (i.e. systemd) has the specific Smack label called 'system'. When init updates the ld.so.cache file, ld.so.cache file is labeled as 'system' because ldconfig is executed by the init. However, app application need to access that cache file to map the shared object but it doesn't. This patch adds the execute label as "_" to ldconfig so that all files created by ldconfig have the "_" label. Change-Id: Ib58d26e1409f83685c5f4877bdf11696b26e7ca3 Signed-off-by: Sangjung Woo --- packaging/glibc.manifest | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/glibc.manifest b/packaging/glibc.manifest index 017d22d..14b2780 100644 --- a/packaging/glibc.manifest +++ b/packaging/glibc.manifest @@ -2,4 +2,7 @@ + + + -- 2.7.4