Skip to content

Commit 8f32e9f

Browse files
committed
deploy: f0e8d44
1 parent a0d88bf commit 8f32e9f

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

user/print.html

+12
Original file line numberDiff line numberDiff line change
@@ -6660,6 +6660,10 @@ <h2 id="examples-68"><a class="header" href="#examples-68">Examples</a></h2>
66606660
<div class="version">v0.0.18
66616661
</div>
66626662
</div>
6663+
<pre><code>runcon [CONTEXT COMMAND [ARG...]]
6664+
runcon [-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [ARG...]&quot;;
6665+
</code></pre>
6666+
<p>Run command with specified security context under SELinux enabled systems.</p>
66636667
<h2 id="options-72"><a class="header" href="#options-72">Options</a></h2>
66646668
<dl><dt><code>--compute</code>, <code>-c</code></dt>
66656669
<dd>
@@ -6685,6 +6689,10 @@ <h2 id="options-72"><a class="header" href="#options-72">Options</a></h2>
66856689
<dd>
66866690
</dd>
66876691
</dl>
6692+
<p>Run COMMAND with completely-specified CONTEXT, or with current or transitioned security context modified by one or more of LEVEL, ROLE, TYPE, and USER.</p>
6693+
<p>If none of --compute, --type, --user, --role or --range is specified, then the first argument is used as the complete context.</p>
6694+
<p>Note that only carefully-chosen contexts are likely to successfully run.</p>
6695+
<p>With neither CONTEXT nor COMMAND are specified, then this prints the current security context.</p>
66886696
<h2 id="examples-69"><a class="header" href="#examples-69">Examples</a></h2>
66896697
<p>Determine the current domain:</p>
66906698
<pre><code class="language-shell">runcon
@@ -6712,6 +6720,10 @@ <h2 id="examples-69"><a class="header" href="#examples-69">Examples</a></h2>
67126720
<div class="version">v0.0.18
67136721
</div>
67146722
</div>
6723+
<pre><code>seq [OPTION]... LAST
6724+
seq [OPTION]... FIRST LAST
6725+
seq [OPTION]... FIRST INCREMENT LAST&quot;;
6726+
</code></pre>
67156727
<h2 id="options-73"><a class="header" href="#options-73">Options</a></h2>
67166728
<dl><dt><code>--separator</code>, <code>-s</code></dt>
67176729
<dd>

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

user/utils/runcon.html

+8
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ <h1 id="runcon"><a class="header" href="#runcon">runcon</a></h1>
177177
<div class="version">v0.0.18
178178
</div>
179179
</div>
180+
<pre><code>runcon [CONTEXT COMMAND [ARG...]]
181+
runcon [-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [ARG...]&quot;;
182+
</code></pre>
183+
<p>Run command with specified security context under SELinux enabled systems.</p>
180184
<h2 id="options"><a class="header" href="#options">Options</a></h2>
181185
<dl><dt><code>--compute</code>, <code>-c</code></dt>
182186
<dd>
@@ -202,6 +206,10 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
202206
<dd>
203207
</dd>
204208
</dl>
209+
<p>Run COMMAND with completely-specified CONTEXT, or with current or transitioned security context modified by one or more of LEVEL, ROLE, TYPE, and USER.</p>
210+
<p>If none of --compute, --type, --user, --role or --range is specified, then the first argument is used as the complete context.</p>
211+
<p>Note that only carefully-chosen contexts are likely to successfully run.</p>
212+
<p>With neither CONTEXT nor COMMAND are specified, then this prints the current security context.</p>
205213
<h2 id="examples"><a class="header" href="#examples">Examples</a></h2>
206214
<p>Determine the current domain:</p>
207215
<pre><code class="language-shell">runcon

user/utils/seq.html

+4
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ <h1 id="seq"><a class="header" href="#seq">seq</a></h1>
179179
<div class="version">v0.0.18
180180
</div>
181181
</div>
182+
<pre><code>seq [OPTION]... LAST
183+
seq [OPTION]... FIRST LAST
184+
seq [OPTION]... FIRST INCREMENT LAST&quot;;
185+
</code></pre>
182186
<h2 id="options"><a class="header" href="#options">Options</a></h2>
183187
<dl><dt><code>--separator</code>, <code>-s</code></dt>
184188
<dd>

0 commit comments

Comments
 (0)