View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008740 | VALENTINA SERVER | Installation | public | 2020-02-29 05:53 | 2020-03-05 07:10 |
Reporter | Beatrix Willius | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0008740: Don't use sudo in start_me and stop_me | ||||
Description | I'm trying to make a nice GUI for server management. Part of that is having a start/stop button. I'd like to use the original shell scripts for starting and stopping. However, this isn't possible because they already contain sudo. If I try to execute the scripts on Xojo I only get the beachball. I have to make a copy of the scripts and remove the sudo. Please provide scripts without the sudo. You should use authorization dialogs in the prefs pane anyways. | ||||
Tags | No tags attached. | ||||
related to | 0008741 | resolved | Ivan Smahin | Use standard macOS authorization dialog in the Valentina Server preference pane |
We do the same things in vServer's pref panel. Probably you should simply ask the user password and do something like echo pswd | sudo -S .... |
|
You know that what you are doing is a security risk, right? That's why there is an authorisation dialog. | |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-02-29 05:53 | Beatrix Willius | New Issue | |
2020-02-29 07:28 | Ivan Smahin | Note Added: 0011160 | |
2020-03-01 06:51 | Beatrix Willius | Note Added: 0011161 | |
2020-03-05 07:10 | Ivan Smahin | Relationship added | related to 0008741 |