Bugzilla – Attachment 727 Details for
Bug 5584
Gnome, Unity and KDE with modern polkit gives auth dialogs on login
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/polkit-1/rules.d/40-thinlinc-no-auth-dialogs.rules
40-thinlinc-no-auth-dialogs.rules (text/plain), 791 bytes, created by
Peter Åstrand
on 2016-08-16 14:05:55 CEST
(
hide
)
Description:
/etc/polkit-1/rules.d/40-thinlinc-no-auth-dialogs.rules
Filename:
MIME Type:
Creator:
Peter Åstrand
Created:
2016-08-16 14:05:55 CEST
Size:
791 bytes
patch
obsolete
>polkit.addRule(function(action, subject) { > if (action.id == "org.freedesktop.color-manager.create-device" || > action.id == "org.freedesktop.color-manager.create-profile" || > action.id == "org.freedesktop.color-manager.delete-device" || > action.id == "org.freedesktop.color-manager.delete-profile" || > action.id == "org.freedesktop.color-manager.modify-device" || > action.id == "org.freedesktop.color-manager.modify-profile") { > if (!subject.local) { > return polkit.Result.NO; > } > } >}); > >polkit.addRule(function(action, subject) { > if (action.id == "org.freedesktop.packagekit.system-network-proxy-configure" || > action.id == "org.freedesktop.packagekit.system-sources-refresh") { > if (!subject.local) { > return polkit.Result.NO; > } > } >});
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5584
:
726
| 727 |
728
|
729
|
730
|
749
|
752