diff options
author | cheoleun moon <chleun.moon@samsung.com> | 2016-07-05 18:43:14 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2016-07-05 18:43:14 -0700 |
commit | 0a714ce6194d231e509310aa69a230e7e5914853 (patch) | |
tree | 1d434bcaec4fbc66c15dec8cbba0c940faea4920 | |
parent | 36491bda01888633c150676417a7e9de7686a795 (diff) | |
parent | c05244f7516f69a9b3d25ec79277408f6045be6a (diff) | |
download | connman-accepted/tizen/tv/20160706.082111.tar.gz connman-accepted/tizen/tv/20160706.082111.tar.bz2 connman-accepted/tizen/tv/20160706.082111.zip |
Merge "Removed cap for mac override and change the label for connman dir" into tizensubmit/tizen/20160706.014843accepted/tizen/wearable/20160706.082135accepted/tizen/tv/20160706.082111accepted/tizen/mobile/20160706.082128accepted/tizen/ivi/20160706.082205accepted/tizen/common/20160706.142111
-rwxr-xr-x | packaging/connman.spec | 2 | ||||
-rwxr-xr-x | src/connman.service.in | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec index e2ef6316..3e7c99c3 100755 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -174,6 +174,8 @@ cp vpn/vpn-dbus.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/connman-vpn-dbus %endif %post +chsmack -a 'System' /%{_localstatedir}/lib/connman +chsmack -a 'System' /%{_localstatedir}/lib/connman/settings %preun diff --git a/src/connman.service.in b/src/connman.service.in index ae7cbea8..503ec455 100755 --- a/src/connman.service.in +++ b/src/connman.service.in @@ -10,6 +10,7 @@ Restart=on-failure ExecStart=@sbindir@/connmand -n --noplugin vpn StandardOutput=null CapabilityBoundingSet=~CAP_MAC_ADMIN +CapabilityBoundingSet=~CAP_MAC_OVERRIDE [Install] WantedBy=multi-user.target |