replace configuration reload mechanism
authorDavid Zeuthen <davidz@redhat.com>
Thu, 12 Jul 2007 19:12:30 +0000 (15:12 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 12 Jul 2007 19:12:30 +0000 (15:12 -0400)
commitb22ebaba2a6c077a7f09bd6567177197b63fff11
treef06a625ccc2bb2676f1824f34c52bb0624d2aa1f
parent608e8745e32a95b21475a0077b7db03d7a44fd8b
replace configuration reload mechanism

Instead of asking the user of libpolkit to provide a huge file
monitoring abstraction we simply ask for a simple interface for
watching file descriptors and use inotify (on Linux) to watch a file,
/var/lib/PolicyKit/reload. We provide a new tool,
polkit-reload-config, that simply touches this file.
doc/man/Makefile.am
doc/man/polkit-reload-config.1.in [new file with mode: 0644]
polkit/Makefile.am
polkit/polkit-context.c
polkit/polkit-context.h
tools/Makefile.am
tools/polkit-reload-config.in [new file with mode: 0644]