diff options
author | Jaehyun Kim <jeik01.kim@samsung.com> | 2016-07-01 20:09:04 +0900 |
---|---|---|
committer | Jaehyun Kim <jeik01.kim@samsung.com> | 2016-07-01 20:10:55 +0900 |
commit | 339667a208a0bd79e6a49f283110271b5dd5c976 (patch) | |
tree | 2c851d698106ffe39ae195099b7907b1731d4481 | |
parent | abf80432683584631f8ac5c3f507ea09bad8023b (diff) | |
download | connman-339667a208a0bd79e6a49f283110271b5dd5c976.tar.gz connman-339667a208a0bd79e6a49f283110271b5dd5c976.tar.bz2 connman-339667a208a0bd79e6a49f283110271b5dd5c976.zip |
Revert "Removed cap for mac override and change the label for connman dir"submit/tizen_common/20160701.180000submit/tizen/20160701.111546accepted/tizen/wearable/20160701.113007accepted/tizen/tv/20160701.112952accepted/tizen/mobile/20160701.112931accepted/tizen/ivi/20160701.113029accepted/tizen/common/20160701.193121
Change-Id: Ibfa947b0d6d9ae3154bca8774378908cf93c841e
-rwxr-xr-x | packaging/connman.spec | 3 | ||||
-rwxr-xr-x | src/connman.service.in | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec index a0e28193..d0b2b2c4 100755 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -4,7 +4,7 @@ Name: connman Version: 1.29 -Release: 14 +Release: 13 License: GPL-2.0+ Summary: Connection Manager Url: http://connman.net @@ -174,7 +174,6 @@ cp vpn/vpn-dbus.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/connman-vpn-dbus %endif %post -chsmack -a 'System' /%{_localstatedir}/lib/connman %preun diff --git a/src/connman.service.in b/src/connman.service.in index 503ec455..ae7cbea8 100755 --- a/src/connman.service.in +++ b/src/connman.service.in @@ -10,7 +10,6 @@ Restart=on-failure ExecStart=@sbindir@/connmand -n --noplugin vpn StandardOutput=null CapabilityBoundingSet=~CAP_MAC_ADMIN -CapabilityBoundingSet=~CAP_MAC_OVERRIDE [Install] WantedBy=multi-user.target |