Are you annoyed by the password prompts when doing basically anything on openSUSE?
#polkit is used to manage permissions on most modern Linux distros. The default ruleset on #opensuse is called standard and is pretty strict. Fortunately it ships another ruleset called easy which allow for more actions without entering a password.
To switch the ruleset, edit the file /etc/sysconfig/security in the line beginning with POLKIT_DEFAULT_PRIVS. Write "easy" in between the quotations and save. Then run the set_polkit_default_privs command to apply the changes. All as root of course.
Read more: https://en.opensuse.org/openSUSE:Security_Documentation#Configuration_of_Polkit_Settings





