Home
last modified time | relevance | path

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

/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c111 #define PERM_FILE 0644 /* Allow read, write. Someday exec? */ macro
1095 if (chmod(file_path, PERM_FILE) < 0) { in main()
1119 check_fchmod("check_fchmod_file", file_path, PERM_FILE, file_modes, in main()