Skip to content

Commit c82f25b

Browse files
committed
docs(changelog): version 1.2.5 [citest skip]
Update changelog and .README.html for version 1.2.5 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent e419831 commit c82f25b

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.README.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,15 @@ <h3 id="user_specifications">user_specifications</h3>
324324
specification to. You can use a defined <code>runas_alias</code> name as
325325
well as user names.</p></li>
326326
<li><p><code>selinux_role</code> - Optional selinux role to apply to the
327-
specification.</p></li>
327+
specification. <strong>NOTE</strong> - only a single value is supported.
328+
However, due to historical reasons, the value can be a list - if a list
329+
is given, only the first value is used. Please use a <code>string</code>
330+
value.</p></li>
328331
<li><p><code>selinux_type</code> - Optional selinux type to apply to the
329-
specification.</p></li>
332+
specification. <strong>NOTE</strong> - only a single value is supported.
333+
However, due to historical reasons, the value can be a list - if a list
334+
is given, only the first value is used. Please use a <code>string</code>
335+
value.</p></li>
330336
<li><p><code>solaris_privs</code> - Optional Solaris privset to apply to
331337
the specification.</p></li>
332338
<li><p><code>solaris_limitprivs</code> - Optional Solaris privset to
@@ -357,7 +363,9 @@ <h3 id="user_specifications">user_specifications</h3>
357363
<span id="cb3-16"><a href="#cb3-16" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">operators</span><span class="kw">:</span></span>
358364
<span id="cb3-17"><a href="#cb3-17" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> ALL</span></span>
359365
<span id="cb3-18"><a href="#cb3-18" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">commands</span><span class="kw">:</span></span>
360-
<span id="cb3-19"><a href="#cb3-19" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> ALL</span></span></code></pre></div>
366+
<span id="cb3-19"><a href="#cb3-19" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> ALL</span></span>
367+
<span id="cb3-20"><a href="#cb3-20" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">selinux_role</span><span class="kw">:</span><span class="at"> sysadm_r</span></span>
368+
<span id="cb3-21"><a href="#cb3-21" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="fu">selinux_type</span><span class="kw">:</span><span class="at"> sysadm_t</span></span></code></pre></div>
361369
<h3 id="default_overrides">default_overrides</h3>
362370
<p>You can use this <code>list</code> variable to apply Default Override
363371
user_specifications to a sudoers file configuration.</p>

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
[1.2.5] - 2025-07-09
5+
--------------------
6+
7+
### Bug Fixes
8+
9+
- fix: ensure single space before TYPE, ROLE, and correctly format those values (#65)
10+
411
[1.2.4] - 2025-06-23
512
--------------------
613

0 commit comments

Comments
 (0)