From 372a57b580f4c69ea87d70d891a375660a86c5c1 Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Thu, 28 Feb 2013 13:40:09 +0100 Subject: [PATCH] [systemd] Fix Smack labels for systemd units Systemd in user session failes to launch starter service because SMACK blocks access. It was caused by improper labeled systemd unit files with "starter" label. This commit fixes it by labeling systemd specific files and folders with "_" label. In case of addition or moving systemd unit files, please label them with "_" label. Signed-off-by: Maciej Wereski --- packaging/starter.spec | 2 +- starter.manifest | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/starter.spec b/packaging/starter.spec index b33cc21..8fa0551 100755 --- a/packaging/starter.spec +++ b/packaging/starter.spec @@ -1,7 +1,7 @@ Name: starter Summary: starter Version: 0.4.56 -Release: 1 +Release: 2 Group: TO_BE/FILLED_IN License: TO_BE/FILLED_IN Source0: starter-%{version}.tar.gz diff --git a/starter.manifest b/starter.manifest index 2538fea..d2210a5 100755 --- a/starter.manifest +++ b/starter.manifest @@ -9,5 +9,8 @@ + + + -- 2.7.4