Earlier I installed Enlightenment by using patterns which installed Enlightenment 17. It also had the same Cpufreq Permission Error. Then I entered the two commands and the shown dialogue boxes didn’t reappear.
Hi this is a packaging / security issue, enlightenment uses a setuid bit (http://en.wikipedia.org/wiki/Setuid) on that binary in order to allow running the binary as root, so it can change CPU Freqs which can only be done as root. The openSUSE security team dislikes such binaries due to there high potential for exploits, all such binaries in openSUSE need a extensive security audit. They were not willing to Audit this code as it isn’t that important so we ship it as non root given that the error message shows you how to fix it.
In your case it looks like you typo’d and did u+x,a+x in the chmod command rather then u+s,a+x u+s enables the suid bit so that the binary will run as root. Try with