summaryrefslogtreecommitdiff
path: root/src/tools/nscd.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-2/+2
2011-07-01Replace system() function with fork and execl call.Matthew Ife1-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>
2010-03-15Flush NSCD cache after modifying local databaseJakub Hrozek1-0/+89
Fixes: #221