[Bug 1201123] NetworkManager asks for root when steam launched
https://bugzilla.suse.com/show_bug.cgi?id=1201123 https://bugzilla.suse.com/show_bug.cgi?id=1201123#c3 --- Comment #3 from Jonathan Kang <songchuan.kang@suse.com> --- In openSUSE, we use a relatively strict policy for org.freedesktop.NetworkManager.settings.modify.system. So when programs/users modify or update a system wide connection, an authentication is required. For example, this happens when you edit and save a connection via gnome-control-center. The reason why steam requires this is not clear. Since steam is not open sourced, there is nothing we can do to fix this. To work around this, you can modify /etc/polkit-1/rules.d/90-default-privs.rules. Change
'org.freedesktop.NetworkManager.settings.modify.system': [ 'auth_admin_keep', 'auth_admin_keep', 'auth_admin_keep' ],
to
'org.freedesktop.NetworkManager.settings.modify.system': [ 'auth_admin_keep', 'yes', 'yes' ],
-- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com