Remove %caps in spec file 29/163929/1 accepted/tizen/unified/20171214.154148 submit/tizen/20171214.064209
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 14 Dec 2017 06:31:36 +0000 (15:31 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 14 Dec 2017 06:31:36 +0000 (15:31 +0900)
Due to security policy, it is not allowed to declare %caps in spec.
file.

Change-Id: I8a3fcbbdabeffb5bb6026b06f961af2379a6d8da
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
packaging/wifi-mesh-manager.spec

index e778a6c..305c1bf 100644 (file)
@@ -74,7 +74,7 @@ chmod 755 %{_sbindir}/wmesh.sh
 %manifest wmeshd.manifest
 %license LICENSE
 %defattr(-,root,root,-)
-%caps(cap_net_raw,cap_net_admin=ei) %attr(750,network_fw,network_fw) %{_bindir}/wmeshd
+%attr(750,network_fw,network_fw) %{_bindir}/wmeshd
 %if %{CHECK_WMESH_PRIVILEGE} == "True"
 %config %{_sysconfdir}/dbus-1/system.d/wmeshd.conf
 %endif