You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
deploy: f0e8d44e6e
This commit is contained in:
@@ -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...]";
|
||||
</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";
|
||||
</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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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...]";
|
||||
</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
|
||||
|
||||
@@ -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";
|
||||
</code></pre>
|
||||
<h2 id="options"><a class="header" href="#options">Options</a></h2>
|
||||
<dl><dt><code>--separator</code>, <code>-s</code></dt>
|
||||
<dd>
|
||||
|
||||
Reference in New Issue
Block a user