From 0d72fb92ac8659232f076b26dfa33bdfd2eaff8e Mon Sep 17 00:00:00 2001 From: Krzysztof Jackiewicz Date: Thu, 1 Dec 2016 10:19:28 +0100 Subject: [PATCH] Disable NoNewPrivileges due to lack of support in wearable kernel Change-Id: Ifb70144cdc03a5c678b94df5f6334f9c7365275e --- systemd/askuser-notification.service | 2 -- systemd/askuser.service | 1 - 2 files changed, 3 deletions(-) diff --git a/systemd/askuser-notification.service b/systemd/askuser-notification.service index 615b516..f19716b 100644 --- a/systemd/askuser-notification.service +++ b/systemd/askuser-notification.service @@ -9,8 +9,6 @@ TimeoutStopSec=10 TimeoutStartSec=10 Restart=always -NoNewPrivileges=true - EnvironmentFile=-/run/tizen-system-env [Install] diff --git a/systemd/askuser.service b/systemd/askuser.service index e8cd660..b3e863f 100644 --- a/systemd/askuser.service +++ b/systemd/askuser.service @@ -12,7 +12,6 @@ TimeoutStopSec=3 Restart=always UMask=0000 -NoNewPrivileges=true #Environment="ASKUSER_LOG_LEVEL=LOG_DEBUG" -- 2.7.4