::
Re: [DNG] why is polkit needed? dro…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ez az üzenet a következő szál része:
a teljes szál-fa dátum szerinti rendezve
Aitor postázva
2020-02-23 12:33
Tito postázva
2020-02-23 13:15
Szerző:
Aitor
Dátum:
2020-02-23 12:54
UTC
Címzett:
dng
Tárgy:
Re: [DNG] why is polkit needed? dropin replacement
Hi,
On 23/2/20 13:17, Aitor wrote:
> The binary won't be suid, but rather it'll receive the root password
> through the mentioned unix socket using internally (sudo | su) afterwards.
As simple as that:
system( "echo <password> | sudo -S <application_name>");
I tested my first draft and it works. Do it simple, isn't it?
Aitor.