Searched refs:check_file (Results 1 - 7 of 7) sorted by relevance

/sssd/src/sbus/
H A Dsbus_client.c59 ret = check_file(filename, check_uid, check_gid,
62 DEBUG(SSSDBG_CRIT_FAILURE, "check_file failed for [%s].\n", filename);
H A Dsssd_dbus_server.c252 /* Both check_file and chmod can handle both the symlink and
254 ret = check_file(filename,
257 DEBUG(SSSDBG_CRIT_FAILURE, "check_file failed for [%s].\n", filename);
/sssd/src/util/
H A Dcheck_and_open.c36 errno_t check_file(const char *filename, function
H A Dutil.h297 /* check_file()
308 errno_t check_file(const char *filename,
317 * over check_file for nearly all situations.
/sssd/src/tests/
H A Dcheck_and_open-tests.c108 ret = check_file(newpath, uid, gid, S_IFREG|mode, 0, NULL, false);
135 ret = check_file(newpath, uid, gid, S_IFREG|mode, 0, NULL, true);
/sssd/src/providers/ipa/
H A Dipa_subdomains_server.c548 ret = check_file(keytab, getuid(), getgid(), S_IFREG|0600, 0, NULL, false);
554 ret = check_file(keytab, kt_owner_uid, kt_owner_gid,
/sssd/src/monitor/
H A Dmonitor.c2642 ret = check_file(NSCD_SOCKET_PATH,

Completed in 3290 milliseconds