summaryrefslogtreecommitdiffstats
path: root/src/tools/nscd.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-2/+2
|
* Replace system() function with fork and execl call.Matthew Ife2011-07-011-22/+30
| | | | | | | | | | This is much more selinux friendly as it allows policy makers to call nscd_domtrans to transition to nscd_t instead of giving more access to the system via the corcmd_exec_bin macro. Modified-by: Simo Sorce <ssorce@redhat.com> Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Flush NSCD cache after modifying local databaseJakub Hrozek2010-03-151-0/+89
Fixes: #221