From 7c6223896789ac2f3b69ab8006620d2369365123 Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Thu, 9 Jun 2016 19:03:08 +0900 Subject: [PATCH] Remove capability for vpn service daemon Change-Id: I980fda4df00a6490fc154627b2c07ed00e1a09b3 Signed-off-by: hyunuktak --- packaging/capi-vpn-service.spec | 2 +- packaging/vpnsvc-daemon.service | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packaging/capi-vpn-service.spec b/packaging/capi-vpn-service.spec index 7cdcce2..836f947 100755 --- a/packaging/capi-vpn-service.spec +++ b/packaging/capi-vpn-service.spec @@ -1,6 +1,6 @@ Name: vpnsvc-pkg Summary: VPN service library in TIZEN C API -Version: 1.0.20 +Version: 1.0.21 Release: 1 Group: System/Network License: Apache-2.0 diff --git a/packaging/vpnsvc-daemon.service b/packaging/vpnsvc-daemon.service index a31465a..171d855 100755 --- a/packaging/vpnsvc-daemon.service +++ b/packaging/vpnsvc-daemon.service @@ -10,3 +10,5 @@ RemainAfterExit=yes ExecStart=/usr/bin/vpnsvc-daemon Restart=always RestartSec=0 +CapabilityBoundingSet=~CAP_MAC_ADMIN +CapabilityBoundingSet=~CAP_MAC_OVERRIDE -- 2.7.4