Searched refs:check_file (Results 1 - 7 of 7) sorted by relevance
/sssd/src/sbus/ |
H A D | sbus_client.c | 59 ret = check_file(filename, check_uid, check_gid, 62 DEBUG(SSSDBG_CRIT_FAILURE, "check_file failed for [%s].\n", filename);
|
H A D | sssd_dbus_server.c | 252 /* 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 D | check_and_open.c | 36 errno_t check_file(const char *filename, function
|
H A D | util.h | 297 /* check_file() 308 errno_t check_file(const char *filename, 317 * over check_file for nearly all situations.
|
/sssd/src/tests/ |
H A D | check_and_open-tests.c | 108 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 D | ipa_subdomains_server.c | 548 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 D | monitor.c | 2642 ret = check_file(NSCD_SOCKET_PATH,
|
Completed in 3290 milliseconds