Mageia Bugzilla – Attachment 13931 Details for
Bug 32153
Print configuration need root access to activate printer paused
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
/etc/polkit-1/rules.d/99-my.polkit.rules
99-my.polkit.rules (text/plain), 281 bytes, created by
Dave Hodgins
on 2023-08-03 16:56:53 CEST
(
hide
)
Description:
/etc/polkit-1/rules.d/99-my.polkit.rules
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2023-08-03 16:56:53 CEST
Size:
281 bytes
patch
obsolete
>/* Allow user tester to run enable/disable printers without authentication */ >polkit.addRule(function(action, subject) { > if (action.id == "org.opensuse.cupspkhelper.mechanism.printer-enable" && > subject.isInGroup("tester")) { > return polkit.Result.YES; > } >});
/* Allow user tester to run enable/disable printers without authentication */ polkit.addRule(function(action, subject) { if (action.id == "org.opensuse.cupspkhelper.mechanism.printer-enable" && subject.isInGroup("tester")) { return polkit.Result.YES; } });
View Attachment As Raw
Actions:
View
Attachments on
bug 32153
: 13931