From: Cho Woong Suk Date: Fri, 3 Nov 2017 04:48:30 +0000 (+0900) Subject: add cap_sys_admin and cap_setgid to dotnet-launcher to use candidate process X-Git-Tag: accepted/tizen/4.0/unified/20171106.162908^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04ebd6538fdf6df297b402160b860888d81ac0a5;p=platform%2Fcore%2Fdotnet%2Flauncher.git add cap_sys_admin and cap_setgid to dotnet-launcher to use candidate process Change-Id: I5034c7cca0d967708b69f3495d6665a4f49cf847 --- diff --git a/packaging/dotnet-launcher.spec b/packaging/dotnet-launcher.spec index 1bebcca..369d243 100644 --- a/packaging/dotnet-launcher.spec +++ b/packaging/dotnet-launcher.spec @@ -99,4 +99,4 @@ ln -sf %{_libdir}/libsqlite3.so.0 %{buildroot}%{_native_lib_dir}/libsqlite3.so %if %{use_managed_launcher} %{_bindir}/Tizen.Runtime.dll %endif -%{_bindir}/dotnet-launcher \ No newline at end of file +%caps(cap_sys_admin,cap_setgid=ei) %{_bindir}/dotnet-launcher