]> git.pld-linux.org Git - packages/enlightenment.git/commitdiff
- restore setuid for enlightenment_sys to allow rebooting, hibernating and shuting...
authorlisu <lisu@pld-linux.org>
Tue, 8 Feb 2011 09:30:03 +0000 (09:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment.spec -> 1.118

enlightenment.spec

index ebee0f481f3d11ff62c151710699554f10867f35..2cdfefff858418ba0de2b46dbe0f204828a47f2b 100644 (file)
@@ -648,7 +648,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/enlightenment/preload/e_precache.so
 #
 %dir %{_libdir}/enlightenment/utils
-%attr(755,root,root) %{_libdir}/enlightenment/utils/*
+%attr(755,root,root) %{_libdir}/enlightenment/utils/enlightenment_fm
+%attr(755,root,root) %{_libdir}/enlightenment/utils/enlightenment_fm_op
+%attr(755,root,root) %{_libdir}/enlightenment/utils/enlightenment_init
+# SETUID ! allows rebooting, hibernating and shuting system down
+%attr(4755,root,root) %{_libdir}/enlightenment/utils/enlightenment_sys
+%attr(755,root,root) %{_libdir}/enlightenment/utils/enlightenment_thumb
 %{_datadir}/enlightenment
 #
 %{_datadir}/xsessions/enlightenment.desktop
This page took 0.078715 seconds and 4 git commands to generate.