This commit is contained in:
sylvestre
2023-04-25 02:41:45 +00:00
parent a0d88bf0d0
commit 8f32e9fdf9
5 changed files with 26 additions and 2 deletions
+12
View File
@@ -6660,6 +6660,10 @@ assurance that the contents are truly unrecoverable, consider using shred.</p>
<div class="version">v0.0.18
</div>
</div>
<pre><code>runcon [CONTEXT COMMAND [ARG...]]
runcon [-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [ARG...]&quot;;
</code></pre>
<p>Run command with specified security context under SELinux enabled systems.</p>
<h2 id="options-72"><a class="header" href="#options-72">Options</a></h2>
<dl><dt><code>--compute</code>, <code>-c</code></dt>
<dd>
@@ -6685,6 +6689,10 @@ assurance that the contents are truly unrecoverable, consider using shred.</p>
<dd>
</dd>
</dl>
<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>
<p>If none of --compute, --type, --user, --role or --range is specified, then the first argument is used as the complete context.</p>
<p>Note that only carefully-chosen contexts are likely to successfully run.</p>
<p>With neither CONTEXT nor COMMAND are specified, then this prints the current security context.</p>
<h2 id="examples-69"><a class="header" href="#examples-69">Examples</a></h2>
<p>Determine the current domain:</p>
<pre><code class="language-shell">runcon
@@ -6712,6 +6720,10 @@ assurance that the contents are truly unrecoverable, consider using shred.</p>
<div class="version">v0.0.18
</div>
</div>
<pre><code>seq [OPTION]... LAST
seq [OPTION]... FIRST LAST
seq [OPTION]... FIRST INCREMENT LAST&quot;;
</code></pre>
<h2 id="options-73"><a class="header" href="#options-73">Options</a></h2>
<dl><dt><code>--separator</code>, <code>-s</code></dt>
<dd>
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+8
View File
@@ -177,6 +177,10 @@
<div class="version">v0.0.18
</div>
</div>
<pre><code>runcon [CONTEXT COMMAND [ARG...]]
runcon [-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] COMMAND [ARG...]&quot;;
</code></pre>
<p>Run command with specified security context under SELinux enabled systems.</p>
<h2 id="options"><a class="header" href="#options">Options</a></h2>
<dl><dt><code>--compute</code>, <code>-c</code></dt>
<dd>
@@ -202,6 +206,10 @@
<dd>
</dd>
</dl>
<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>
<p>If none of --compute, --type, --user, --role or --range is specified, then the first argument is used as the complete context.</p>
<p>Note that only carefully-chosen contexts are likely to successfully run.</p>
<p>With neither CONTEXT nor COMMAND are specified, then this prints the current security context.</p>
<h2 id="examples"><a class="header" href="#examples">Examples</a></h2>
<p>Determine the current domain:</p>
<pre><code class="language-shell">runcon
+4
View File
@@ -179,6 +179,10 @@
<div class="version">v0.0.18
</div>
</div>
<pre><code>seq [OPTION]... LAST
seq [OPTION]... FIRST LAST
seq [OPTION]... FIRST INCREMENT LAST&quot;;
</code></pre>
<h2 id="options"><a class="header" href="#options">Options</a></h2>
<dl><dt><code>--separator</code>, <code>-s</code></dt>
<dd>