Age | Commit message (Collapse) | Author |
|
|
|
The following details are passed:
- unit: the primary name of the unit upon which the action was
invoked (i.e. after resolving any aliases);
- verb: one of 'start', 'stop', 'reload', 'restart', 'try-restart',
'reload-or-restart', 'reload-or-try-restart', 'kill',
'reset-failed', or 'set-property', corresponding to the
systemctl verb used to invoke the action.
Typical use of these details in a polkit policy rule might be:
// Allow alice to manage example.service;
// fall back to implicit authorization otherwise.
polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.systemd1.manage-units" &&
action.lookup("unit") == "example.service" &&
subject.user == "alice") {
return polkit.Result.YES;
}
});
We also supply a custom polkit message that includes the unit's name and
the requested operation.
|
|
|
|
|
|
Italian .po updates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In spanish the % sign is supposed to be separated from the number [1 and 2 both in spanish] so I separated the %% that draw the percentage sign from the number.
[1] http://www.fundeu.es/recomendacion/el-se-escribe-separado-de-la-cifra-a-la-que-acompana-802/
[2] http://aplica.rae.es/orweb/cgi-bin/v.cgi?i=QGkHLBzKcEgZrQyD
PD: I know that probably this is not the propper place but I don't know where submit the fix or if I do it right
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=90163
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89989
|
|
Add strings introduced by 5bdf22430e367799dfa66c724144b624c5479518
|
|
Add strings for importd, following 587fec427c.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89598
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89582
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89559
|
|
Add strings for importd, following 587fec427c80b6c34dcf1d7570f891fcb652a7c5
|
|
Correctly pluralize strings for fsckd.
|
|
Add strings for importd, by analogy with 1eb37584a8.
|
|
|
|
Add some forgotten strings for systemd, logind and machined.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89230
|
|
|
|
|
|
Was already fixed elsewhere in 6be9b3606872037d1d48a81fbe045af8b64cea85.
|
|
|
|
Add strings for fsckd.
|
|
|
|
Also, add new plymouth fsckd translated strings in french.
Refreshed with "make update-po".
|
|
For plymouth themes not supporting i18n (like .script), send translated
messages to display to user, which is equivalent to the sent machine
readable data.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89154
|
|
Add strings for importd.
|
|
Patch updates Polish translation with new strings from
org.freedesktop.import1.policy.in, as well as incorporates updates in
catalog and po files to accommodate recent changes in the original
strings (commits 2e219e5672689dad60e110f0b3366765506c4c58 and
2057124e7910c4cab7e53d26e0c3749d326ae2bb).
https://bugs.freedesktop.org/show_bug.cgi?id=88707
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=88705
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=88271
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=87982
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=88052
|
|
|
|
By analogy with commit 4038d7502f.
|
|
|
|
It carries no additional information and forces a passive sentence
structure which is longer and harder to parse.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=87724
|
|
The new polkit file was introduced in commit d04c1fb8e21560 ("machined:
introduce polkit for OpenLogin() call").
|
|
|
|
|