chiark / gitweb /
polkit: temporarily spawn of a polkit agent in terminals for possibly authenticated...
authorLennart Poettering <lennart@poettering.net>
Wed, 11 Apr 2012 16:50:16 +0000 (18:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 11 Apr 2012 18:39:03 +0000 (20:39 +0200)
commit6bb92a169e8a65e7def5545798001e0dbecc7d4f
tree5a7c6946959d62ee3bafb55f932a2e0f7e809c45
parentf25626edf4c39bb9409cb165e6ce9551dd130661
polkit: temporarily spawn of a polkit agent in terminals for possibly authenticated operations
12 files changed:
Makefile.am
man/loginctl.xml
man/systemctl.xml
src/login/loginctl.c
src/shared/util.c
src/shared/util.h
src/spawn-agent.c [deleted file]
src/spawn-ask-password-agent.c [new file with mode: 0644]
src/spawn-ask-password-agent.h [moved from src/core/spawn-agent.h with 84% similarity]
src/spawn-polkit-agent.c [new file with mode: 0644]
src/spawn-polkit-agent.h [new file with mode: 0644]
src/systemctl.c