summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/connman.spec3
-rwxr-xr-xsrc/connman.service.in1
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