On Sat, Nov 13, 2010 at 9:06 PM, Jeff Hoogland <jeffhoogl...@gmail.com> wrote:
> Howdy All,
>
> So I've installed E17 from .debs I compiled and it works great except for
> two issues.
>
> The first is that my default user cannot shutdown or restart the system. The
> second is that the cpu frequency module module also says it lacks permission
> and cannot set the processor speed. Any ideas how I can resolve this? In my
> sysactions.conf I have the line
>
> user: * allow: *
>
> So that should allow my user to do all things concerning E right?

Not sure about your sysactions.conf, if it's enough to enable you to
do that, but if not you probably need some setuid on your cpu
frequency module and enlightenment_sys binary, like this:

    sudo chown root
$INSTDIR/lib/enlightenment/modules/cpufreq/linux-gnu-x86_64-ver-pre-svn-07/freqset
    sudo chmod u+s
$INSTDIR/lib/enlightenment/modules/cpufreq/linux-gnu-x86_64-ver-pre-svn-07/freqset
    sudo chown root $INSTDIR/lib/enlightenment/utils/enlightenment_sys
    sudo chmod u+s $INSTDIR/lib/enlightenment/utils/enlightenment_sys

Regards,
-- 
Rafael Antognolli
ProFUSION embedded systems
http://profusion.mobi

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to