From a7213338d87f4d70c547f434e8b3396b1232f0e5 Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Thu, 28 Feb 2013 15:51:21 +0100 Subject: [PATCH] [systemd] Fix Smack labels for systemd units Systemd in user session failes to start isf services because SMACK blocks access. It was caused by improper labeled systemd service files with "isf" label. This commit fixes it by labeling systemd specific files with "_" label. In case of addition or moving systemd unit files, please label them with "_" label. Signed-off-by: Maciej Wereski --- isf.manifest | 2 ++ packaging/isf.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/isf.manifest b/isf.manifest index 98c3010..587be28 100755 --- a/isf.manifest +++ b/isf.manifest @@ -30,6 +30,8 @@ + + diff --git a/packaging/isf.spec b/packaging/isf.spec index 62b766d..3163e2a 100755 --- a/packaging/isf.spec +++ b/packaging/isf.spec @@ -4,7 +4,7 @@ Name: isf Summary: Input Service Framework Version: 2.4.6227 -Release: 2 +Release: 3 Group: System Environment/Libraries License: LGPL Source0: %{name}-%{version}.tar.gz -- 2.7.4