Skip to content

Commit

Permalink
Update guide to version 331
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Dec 18, 2024
1 parent 2c4217e commit 97bdb9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guide/latest/feature-systemd.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
</tbody>
</table></div>
<p>For example, placing the following polkit rule to
<code class="filename">/etc/polkit-1.rules.d/10-http.rule</code> allows all users in the
<code class="filename">/etc/polkit-1/rules.d/10-http.rule</code> allows all users in the
<code class="code">operators</code> group start, stop, and restart the Apache HTTP service:</p>
<pre class="programlisting">
polkit.addRule(function(action, subject) {
Expand Down
2 changes: 1 addition & 1 deletion guide/latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Cockpit Guide</p></th></tr></table></div>
<div><p class="releaseinfo">Documentation for Cockpit 330
<div><p class="releaseinfo">Documentation for Cockpit 331
--
latest version available at:
<a class="ulink" href="https://cockpit-project.org/guide/latest" target="_top">https://cockpit-project.org/guide/latest/</a></p></div>
Expand Down
2 changes: 1 addition & 1 deletion guide/latest/privileges.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
in <code class="filename">/etc/polkit-1/rules.d</code>.</p>
<p>Polkit rules files are
<a class="ulink" href="https://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html" target="_top">javascript with specific methods and objects</a>. For example, placing the following polkit rule to
<code class="filename">/etc/polkit-1.rules.d/10-operators.rule</code> allows all users in the
<code class="filename">/etc/polkit-1/rules.d/10-operators.rule</code> allows all users in the
<code class="code">operators</code> group to start, stop, restart and otherwise manage systemd services:</p>
<pre class="programlisting">
polkit.addRule(function(action, subject) {
Expand Down

0 comments on commit 97bdb9a

Please sign in to comment.