mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2019-02-19 Fred Gleason <fredg@paravelsystems.com>
* Added 'RnRmlOwner=' and 'RnRmlGroup=' directives to rd.conf(5). * Refactored the implementation of the 'Run Shell Command' ['RN'] RML to use runuser(1).
This commit is contained in:
@@ -1389,6 +1389,26 @@
|
||||
<para>
|
||||
Run the shell command <replaceable>cmd</replaceable>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The command is actually executed as:
|
||||
</para>
|
||||
<para>
|
||||
<code>
|
||||
runuser -u <replaceable>user</replaceable>
|
||||
-g <replaceable>group</replaceable> <replaceable>cmd</replaceable>
|
||||
</code>
|
||||
</para>
|
||||
<para>
|
||||
where <replaceable>user</replaceable> and
|
||||
<replaceable>group</replaceable> are the values specified by the
|
||||
"RnRmlOwner=" and "RnRmlGroup=" directives in
|
||||
the "[Identity]" section of
|
||||
<command>rd.conf</command><manvolnum>5</manvolnum>. See the
|
||||
<command>runuser</command><manvolnum>1</manvolnum> man page for
|
||||
details concerning handling of the process enironment.
|
||||
</para>
|
||||
</note>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="sect.rml.select_widget__pw_">
|
||||
|
Reference in New Issue
Block a user