add search all dirs

This commit is contained in:
Chris PeBenito 2005-04-26 21:12:32 +00:00
parent e064a64b0e
commit f9438fdfd1
1 changed files with 14 additions and 0 deletions

View File

@ -39,6 +39,20 @@ class fifo_file getattr;
class sock_file getattr;
')
########################################
#
# files_search_all_directories(type,[`optional'])
#
define(`files_search_all_directories',`
requires_block_template(files_get_all_file_attributes_depend,$2)
allow $1 file_type:dir search;
')
define(`files_get_all_file_attributes_depend',`
attribute file_type;
class dir search;
')
########################################
#
# files_read_root_dir(domain,[`optional'])