From c270b3c99f32d1ce10b8552822b9353ab9a0484a Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Fri, 24 Apr 2015 13:45:23 +0200 Subject: [PATCH] Change SmackExecLabel to SmackProcessLabel Since systemd v219 Tizen-specific SmackExecLabel option was dropped in favour of SmackProcessLabel option from upstream. Change-Id: I7f8d48c52ad2e975400adfe5f356188aa551a842 Signed-off-by: Maciej Wereski --- src/bluetooth.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bluetooth.service.in b/src/bluetooth.service.in index ec56003..b8afaa0 100755 --- a/src/bluetooth.service.in +++ b/src/bluetooth.service.in @@ -11,7 +11,7 @@ NotifyAccess=main #Restart=on-failure CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE LimitNPROC=1 -SmackExecLabel=User +SmackProcessLabel=User [Install] WantedBy=bluetooth.target -- 2.7.4