]> git.pld-linux.org Git - packages/enlightenment.git/commitdiff
- setuid enlightenment_sys, is there any better group than 'sys' ?
authorsparky <sparky@pld-linux.org>
Fri, 1 Dec 2006 06:28:14 +0000 (06:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment.spec -> 1.93

enlightenment.spec

index 501b25944a915a66abd94b4ba3c808263413bee2..25c81226a0994e8d79a461bc2f821b060a35a5be 100644 (file)
@@ -122,7 +122,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING* README
 %attr(755,root,root) %{_bindir}/enlightenment
-%attr(755,root,root) %{_bindir}/enlightenment_sys
+# SETUID ! allows rebooting, hibernating and shuting system down
+%attr(4754,root,sys) %{_bindir}/enlightenment_sys
 %attr(755,root,root) %{_bindir}/enlightenment_imc
 %attr(755,root,root) %{_bindir}/enlightenment_remote
 %attr(755,root,root) %{_bindir}/enlightenment_start
This page took 0.131711 seconds and 4 git commands to generate.