On Monday 07 December 2015 08:38:28 you wrote:
> Rainer Stratmann wrote:
> > What works is an entry in the sudoers file.
> > And then the program/script you can call with root rights.
>
> I hope this is for something that will only ever run on your own
> machine, because unless you take a lot of
Rainer Stratmann wrote:
What works is an entry in the sudoers file.
And then the program/script you can call with root rights.
I hope this is for something that will only ever run on your own
machine, because unless you take a lot of precautions (hardcoding a set
of *absolute* paths to script
Am 07.12.2015 00:52 schrieb "Rainer Stratmann" :
> > For your task sudo may help. With it you allow the user (or group) in
> > question to run programs with root rights, but they have to identify
> > with their own password. Lowering security risk ...
>
> What do you mean exactly with "with their o
On Sunday 06 December 2015 19:15:45 you wrote:
> On So, 2015-12-06 at 17:20 +0100, Rainer Stratmann wrote:
> > How to do this?
> >
> > I would like to run a script with root rights from an application.
> > The password should be transferred automatically.
>
> Others told that unix doesn't allow
On So, 2015-12-06 at 17:20 +0100, Rainer Stratmann wrote:
> How to do this?
>
> I would like to run a script with root rights from an application.
> The password should be transferred automatically.
Others told that unix doesn't allow skripts run as root.
For your task sudo may help. With it you
On Sun, 6 Dec 2015, Rainer Stratmann wrote:
How to do this?
I would like to run a script with root rights from an application.
The password should be transferred automatically.
As far as I know, this cannot be done except by making the application itself
setuid root.
If you create a setuid
Rainer Stratmann wrote:
How to do this?
I would like to run a script with root rights from an application.
The password should be transferred automatically.
Assuming you're talking unix: probably setuid root, but note that some
programs- particularly anything using gtk- don't like this.
Oth
How to do this?
I would like to run a script with root rights from an application.
The password should be transferred automatically.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pasc