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:
Fred Gleason
2019-02-19 12:47:18 -05:00
parent 26c9ff87c0
commit 489db27fc9
10 changed files with 126 additions and 29 deletions

View File

@@ -102,6 +102,8 @@ class MainObject : public QObject
void SendGpoCart(int ch,int matrix);
RDMacro ForwardConvert(const RDMacro &rml) const;
bool LoadSwitchDriver(int matrix_num);
void RunCommand(const QString &user,const QString &group,
const QString &cmd) const;
QSqlDatabase *ripcd_db;
QString ripcd_host;
bool debug;