10 Oct
2022
10 Oct
'22
07:45
https://bugzilla.suse.com/show_bug.cgi?id=1204114 https://bugzilla.suse.com/show_bug.cgi?id=1204114#c6 --- Comment #6 from Jonathan Kang <songchuan.kang@suse.com> --- Try adding the following to /etc/polkit-1/rules.d/00-log-access.rules, restart the system, reproduce this issue and check "sudo journalctl -b" for 00-log-access.rules related logs.
polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.NetworkManager.settings.modify.system") { polkit.log("action=" + action); polkit.log("subject=" + subject); } });
-- You are receiving this mail because: You are on the CC list for the bug.