Home
last modified time | relevance | path

Searched refs:check_path_perms (Results 1 – 8 of 8) sorted by relevance

/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke-qrv/
H A Dvalidate-qrv.c316 …if ((tmp_return = check_path_perms(current_settings, current_settings->qmail_envnoathost_file, S_I… in validate()
353 …if ((tmp_return = check_path_perms(current_settings, current_settings->qmail_me_file, S_IFREG, FIL… in validate()
656 …if ((tmp_return = check_path_perms(current_settings, qmail_home, S_IFDIR, 0, &tmp_stat, tmp_uid, t… in validate()
673 …if ((tmp_return = check_path_perms(current_settings, qmail_home, S_IFDIR, FILE_PERMISSION_READ | F… in validate()
720 …if ((tmp_return = check_path_perms(current_settings, tmp_path, S_IFREG, 0, &tmp_stat, tmp_uid, tmp… in validate()
741 …if ((tmp_return = check_path_perms(current_settings, tmp_path, S_IFREG, 0, &tmp_stat, tmp_uid, tmp… in validate()
967 …if ((tmp_return = check_path_perms(current_settings, tmp_path, S_IFREG, FILE_PERMISSION_READ, &tmp… in validate()
1179 …tmp_return = check_path_perms(current_settings, tmp_qmail_filename, S_IFREG, FILE_PERMISSION_WRITE… in validate()
1184 …tmp_return = check_path_perms(current_settings, tmp_qmail_path, S_IFREG, FILE_PERMISSION_WRITE, NU… in validate()
1238 …if ((tmp_return = check_path_perms(current_settings, tmp_qmail_path, S_IFDIR, FILE_PERMISSION_WRIT… in validate()
[all …]
H A Dfs-qrv.c562 int check_path_perms(struct qrv_settings *current_settings, char *target_path, int type_flag, int p… in check_path_perms() function
766 …return_value = check_path_perms(current_settings, target_path, type_flag, permission_flags, NULL, … in find_path_perms()
774 …return_value = check_path_perms(current_settings, tmp_path, type_flag, permission_flags, NULL, tar… in find_path_perms()
783 …return_value = check_path_perms(current_settings, tmp_path, type_flag, permission_flags, NULL, tar… in find_path_perms()
H A Dfs-qrv.h25 int check_path_perms(struct qrv_settings *current_settings, char *target_path, int type_flag, int p…
/dports/security/pam_script/pam_script-1.1.9/
H A Dpam_script.c132 static int check_path_perms(const char *path) { in check_path_perms() function
235 if (check_path_perms(cmd) != 0) in pam_script_exec()
247 if (check_path_perms(cmd) != 0) in pam_script_exec()
/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke/
H A Dsearch_fs.h38 int check_path_perms(struct filter_settings *current_settings, char *target_path, int type_flag, in…
H A Dconfiguration.c3397 …(check_path_perms(&tmp_settings, option_list[i].default_value.string_value, 0, 0, NULL, -1, -1) ==… in prepare_settings()
3406 (check_path_perms(&tmp_settings, tmp_command, 0, 0, NULL, -1, -1) == 1)) in prepare_settings()
3417 …(check_path_perms(&tmp_settings, option_list[i].default_value.string_value, 0, 0, NULL, -1, -1) !=… in prepare_settings()
3427 (check_path_perms(&tmp_settings, tmp_command, 0, 0, NULL, -1, -1) != 1)) in prepare_settings()
H A Dsearch_fs.c1256 int check_path_perms(struct filter_settings *current_settings, char *target_path, int type_flag, in… in check_path_perms() function
H A Dconfig_test.c385 …if ((check_return = check_path_perms(current_settings, target_file, S_IFREG, FILE_PERMISSION_EXECU… in config_test_file_execute()